Remove duplicate assignment

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
main
Heinrich Schuchardt 2014-03-02 21:45:57 +01:00 committed by David Gibson
parent 8ce36476ae
commit 9bf20d3896
1 changed files with 0 additions and 1 deletions

View File

@ -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')