projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
063706a
)
Remove outcommented code (C99 comment)
author
markus schnalke
<meillo@marmaro.de>
Tue, 27 Oct 2015 06:50:33 +0000
(07:50 +0100)
committer
markus 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
patch
|
blob
|
history
diff --git
a/uip/forw.c
b/uip/forw.c
index
52d4179
..
4bb03d3
100644
(file)
--- a/
uip/forw.c
+++ b/
uip/forw.c
@@
-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 == '-')