summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkmakefile.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2006-07-19 10:46:38 +0000
committerstefanf <stefanf@FreeBSD.org>2006-07-19 10:46:38 +0000
commitfe8bf26aefa420a6d160216610a3141f51b61084 (patch)
treef513f32993ccbb69687dffe47210ce477c8bab6d /usr.sbin/config/mkmakefile.c
parent50e3fae19608c1a664ae0eb436920de904e1d34a (diff)
downloadFreeBSD-src-fe8bf26aefa420a6d160216610a3141f51b61084.zip
FreeBSD-src-fe8bf26aefa420a6d160216610a3141f51b61084.tar.gz
Remove an unused variable.
Diffstat (limited to 'usr.sbin/config/mkmakefile.c')
-rw-r--r--usr.sbin/config/mkmakefile.c3
1 files changed, 1 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud