From: Simon Ruderich Date: Sun, 21 Jul 2013 12:25:54 +0000 (+0200) Subject: Remove unnecessary if in init_from_environment(). X-Git-Tag: 0.1~4 X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=291a1432675964b3f9d4169850ce9d5addbba587 Remove unnecessary if in init_from_environment(). --- diff --git a/src/trackfds.h b/src/trackfds.h index 28b38fb..243e8e0 100644 --- a/src/trackfds.h +++ b/src/trackfds.h @@ -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;