summaryrefslogtreecommitdiff
path: root/usr.bin/make/main.c
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2014-05-15 19:40:43 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2014-05-15 19:40:43 +0000
commit8cae7b8668d0f80f2f0ed115b1e2a38273529581 (patch)
tree4148c4a9cc9e2054bae557255d340aa96d1b6957 /usr.bin/make/main.c
parent1bd3f54f33dbf7ec32a6981ea0b2463d4db41982 (diff)
remove unused variable
ok espie@
Diffstat (limited to 'usr.bin/make/main.c')
-rw-r--r--usr.bin/make/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index 60d46355912..53089760b3b 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.102 2013/11/24 12:36:13 espie Exp $ */
+/* $OpenBSD: main.c,v 1.103 2014/05/15 19:40:42 chl Exp $ */
/* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */
/*
@@ -526,7 +526,7 @@ chdir_verify_path(const char *path, struct dirs *d)
static void
setup_CURDIR_OBJDIR(struct dirs *d, const char *machine)
{
- char *path, *prefix;
+ char *path;
d->current = figure_out_CURDIR();
/*