Remove superflous code
authorJoey Schulze <joey@infodrom.org>
Sat, 25 Jul 2009 19:44:54 +0000 (19:44 +0000)
committerJoey Schulze <joey@infodrom.org>
Sat, 25 Jul 2009 19:44:54 +0000 (19:44 +0000)
dtaus.c

diff --git a/dtaus.c b/dtaus.c
index e8046ce..6254406 100644 (file)
--- a/dtaus.c
+++ b/dtaus.c
@@ -541,8 +541,6 @@ size_t control_nextline (void **buf, int len, FILE *f)
          line[strlen(line)-1] = '\0';
        for (i=strlen(line);(line[i-1] == ' '||line[i-1] == '\t')&&i>0; i--)
          line[i-1] = '\0';
          line[strlen(line)-1] = '\0';
        for (i=strlen(line);(line[i-1] == ' '||line[i-1] == '\t')&&i>0; i--)
          line[i-1] = '\0';
-       if (line[0] == '#')
-         line[0] = '\0';
       } else
        line[0] = '\0';
     }
       } else
        line[0] = '\0';
     }