summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-07-24 19:00:18 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-07-24 19:00:18 +0000
commit05996bcaece28d2169c57d044cc4651714af096c (patch)
treecffd6af7bf7b175f1f3e4249e8595b31e723d3f9
parentd11845a844f1ce9d7247513d1a61f9f733c3a4f4 (diff)
zap unused variable
-rw-r--r--usr.bin/make/var.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c
index 747eb3e534e..d7ee6e820f2 100644
--- a/usr.bin/make/var.c
+++ b/usr.bin/make/var.c
@@ -1,5 +1,5 @@
/* $OpenPackages$ */
-/* $OpenBSD: var.c,v 1.70 2007/07/24 18:58:48 espie Exp $ */
+/* $OpenBSD: var.c,v 1.71 2007/07/24 19:00:17 espie Exp $ */
/* $NetBSD: var.c,v 1.18 1997/03/18 19:24:46 christos Exp $ */
/*
@@ -825,7 +825,6 @@ bool
Var_ParseSkip(const char **pstr, SymTable *ctxt)
{
const char *tstr;
- Var *v;
const char *str = *pstr;
struct Name name;
bool result;