Remove outcommented code (C99 comment)
authormarkus schnalke <meillo@marmaro.de>
Tue, 27 Oct 2015 06:50:33 +0000 (07:50 +0100)
committermarkus schnalke <meillo@marmaro.de>
Tue, 27 Oct 2015 06:50:33 +0000 (07:50 +0100)
Our code should be clean C89 (ANSI C). There's no reason to
keep this C99 comment.

uip/forw.c

index 52d4179..4bb03d3 100644 (file)
@@ -130,7 +130,6 @@ main(int argc, char **argv)
                                if (!(digest = *argp++) || *digest == '-')
                                        adios(EX_USAGE, NULL, "missing argument to %s",
                                                        argp[-2]);
-                               //mime = 0;
                                continue;
                        case ISSUESW:
                                if (!(cp = *argp++) || *cp == '-')