From: Paul Fox Date: Thu, 29 Nov 2012 19:54:49 +0000 (-0500) Subject: show: remove unused variable X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;ds=inline;h=b6f8e44651e95120c018f76f4235b0b85a7ec5e5;p=mmh show: remove unused variable this should have been part of the previous removal of unreachable code. --- diff --git a/uip/show.c b/uip/show.c index f4674f7..8494216 100644 --- a/uip/show.c +++ b/uip/show.c @@ -66,7 +66,7 @@ main (int argc, char **argv) { int draftsw = 0, headersw = 1; int nshow = 0, checkmime = 1, mime; - int procp = 1, isdf = 0, mode = SHOW, msgnum; + int isdf = 0, mode = SHOW, msgnum; char *cp, *maildir, *file = NULL, *folder = NULL, *proc; char buf[BUFSIZ], **argp, **arguments; struct msgs *mp = NULL; @@ -191,7 +191,6 @@ usage: app_msgarg(&msgs, cp); } } - procp = vec.size; if (!context_find ("path")) free (path ("./", TFOLDER));