Removed unused local ncomps because gcc complained about it.
authorDavid Levine <levinedl@acm.org>
Mon, 20 Feb 2012 04:29:14 +0000 (22:29 -0600)
committerDavid Levine <levinedl@acm.org>
Mon, 20 Feb 2012 04:29:14 +0000 (22:29 -0600)
uip/comp.c

index 2eea08a..812f596 100644 (file)
@@ -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