From fe8bf26aefa420a6d160216610a3141f51b61084 Mon Sep 17 00:00:00 2001 From: stefanf Date: Wed, 19 Jul 2006 10:46:38 +0000 Subject: Remove an unused variable. --- usr.sbin/config/mkmakefile.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/config/mkmakefile.c') diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c index 93323ec..0bf5620 100644 --- a/usr.sbin/config/mkmakefile.c +++ b/usr.sbin/config/mkmakefile.c @@ -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; -- cgit v1.1