]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/blobdiff - src/trackfds.h
Remove unnecessary if in init_from_environment().
[coloredstderr/coloredstderr.git] / src / trackfds.h
index 28b38fbf978b05d439434ddbf2502482525b3ba1..243e8e0d62d33d6f563d525c4f892a92a99ea25d 100644 (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;