remove unused label

This commit is contained in:
Todd C. Miller
2014-08-15 14:37:07 -06:00
parent b0faa6da1d
commit 6d8c6ed37a

View File

@@ -69,7 +69,6 @@ initprogname(const char *name)
}
#endif
done:
if (progname[0] == 'l' && progname[1] == 't' && progname[2] == '-' &&
progname[3] != '\0')
progname += 3;