Remove an unused variable.

This commit is contained in:
Stefan Farfeleder 2006-07-19 10:46:38 +00:00
parent 4425fc9453
commit 87364ca6f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160495

View File

@ -667,7 +667,7 @@ tail(char *fn)
static void
do_rules(FILE *f)
{
char *cp, *np, och, *tp;
char *cp, *np, och;
struct file_list *ftp;
char *compilewith;
@ -704,7 +704,6 @@ do_rules(FILE *f)
np, och);
}
}
tp = tail(np);
compilewith = ftp->f_compilewith;
if (compilewith == 0) {
const char *ftype = NULL;