Remove unnecessary if in init_from_environment().

This commit is contained in:
Simon Ruderich
2013-07-21 14:25:54 +02:00
parent 08e7324497
commit 291a143267

View File

@@ -185,10 +185,6 @@ static void init_from_environment(void) {
goto next;
}
if (i == count) {
break;
}
/* Replace ',' to null-terminate number for atoi(). */
*x = 0;