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;
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