From 5ea646bd6534ab3b4d228c1c20998fdfa69ecfcf Mon Sep 17 00:00:00 2001 From: David Levine Date: Sun, 19 Feb 2012 22:29:14 -0600 Subject: [PATCH] Removed unused local ncomps because gcc complained about it. --- uip/comp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4