]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commitdiff
Remove unnecessary if in init_from_environment().
authorSimon Ruderich <simon@ruderich.org>
Sun, 21 Jul 2013 12:25:54 +0000 (14:25 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 21 Jul 2013 12:25:54 +0000 (14:25 +0200)
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;