]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
removed dead code
authormortenp <none@none>
Sat, 19 Jun 2004 02:04:53 +0000 (12:04 +1000)
committermortenp <none@none>
Sat, 19 Jun 2004 02:04:53 +0000 (12:04 +1000)
src/gethdrline.c

index 73d6811cd36687a0fefdf4324e78e1726d6d7462..ac47f8ee3d1b0189d7f5403c9279ed1db3f7d4b7 100644 (file)
@@ -60,20 +60,3 @@ char *gethdrline(int fd)
                }
        }
 }
-#if 0
-#include <stdio.h>
-
-int main(int argc, char **argv)
-{
-       char *str;
-
-       while((str = gethdrline(fileno(stdin)))) {
-               printf("[%s]", str);
-               free(str);
-       }
-
-       free(str);
-
-       return 0;
-}
-#endif