projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b21a31b
)
show: remove unused variable
author
Paul Fox
<pgf@foxharp.boston.ma.us>
Thu, 29 Nov 2012 19:54:49 +0000
(14:54 -0500)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/uip/show.c
b/uip/show.c
index
f4674f7
..
8494216
100644
(file)
--- 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));