mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-14 00:37:41 -04:00
Remove duplicate assignment
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
8ce36476ae
commit
9bf20d3896
1 changed files with 0 additions and 1 deletions
|
@ -144,7 +144,6 @@ int nodename_eq(const char *s1, const char *s2)
|
|||
{
|
||||
int len = strlen(s2);
|
||||
|
||||
len = strlen(s2);
|
||||
if (strncmp(s1, s2, len) != 0)
|
||||
return 0;
|
||||
if (s1[len] == '\0')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue