]> git.marmaro.de Git - mmh/commitdiff
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 52d41794db2e3859881e7108879a901619accd92..4bb03d34d3cfcb6738f4d82a85fa2d8093be5a52 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 == '-')