show: remove unused variable
authorPaul Fox <pgf@foxharp.boston.ma.us>
Thu, 29 Nov 2012 19:54:49 +0000 (14:54 -0500)
committerPaul Fox <pgf@foxharp.boston.ma.us>
Thu, 29 Nov 2012 19:54:49 +0000 (14:54 -0500)
this should have been part of the previous removal of unreachable code.

uip/show.c

index f4674f7..8494216 100644 (file)
@@ -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));