From: David Levine Date: Mon, 20 Feb 2012 04:29:14 +0000 (-0600) Subject: Removed unused local ncomps because gcc complained about it. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=5ea646bd6534ab3b4d228c1c20998fdfa69ecfcf;p=mmh Removed unused local ncomps because gcc complained about it. --- diff --git a/uip/comp.c b/uip/comp.c index 2eea08a..812f596 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -87,7 +87,7 @@ int main (int argc, char **argv) { int use = NOUSE, nedit = 0, nwhat = 0; - int i, in = NOTOK, isdf = 0, out, dat[5], ncomps, format_len; + int i, in = NOTOK, isdf = 0, out, dat[5], format_len; int outputlinelen = OUTPUTLINELEN; char *cp, *cwd, *maildir, *dfolder = NULL; char *ed = NULL, *file = NULL, *form = NULL; @@ -291,7 +291,7 @@ main (int argc, char **argv) cp = new_fs(form, NULL, NULL); format_len = strlen(cp); - ncomps = fmt_compile(cp, &fmt); + fmt_compile(cp, &fmt); /* * Set up any components that were fed to us on the command line