Remove duplicate code in init_from_environment().

This commit is contained in:
Simon Ruderich
2013-06-13 22:15:49 +02:00
parent 45d25526c0
commit 1d1b6d7769

View File

@@ -124,8 +124,7 @@ static void init_from_environment(void) {
}
/* ',' at the beginning or double ',' - ignore. */
if (x == last) {
last = x + 1;
continue;
goto next;
}
if (i == count) {