From 1f8deea066cec81699c76bc4f8021fab658aae73 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Tue, 27 Oct 2015 07:50:33 +0100 Subject: [PATCH] Remove outcommented code (C99 comment) Our code should be clean C89 (ANSI C). There's no reason to keep this C99 comment. --- uip/forw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/uip/forw.c b/uip/forw.c index 52d4179..4bb03d3 100644 --- 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 == '-') -- 1.7.10.4