diff options
author | 2014-05-15 19:40:42 +0000 | |
---|---|---|
committer | 2014-05-15 19:40:42 +0000 | |
commit | 23453dd110c89f61a7ec11c58fd4b49441df159b (patch) | |
tree | 6231f3b00431616bda3f0ef250055ee4f5bdd917 | |
parent | No longer make pqueue.h a public (and installed) header file. Replace its (diff) | |
download | wireguard-openbsd-23453dd110c89f61a7ec11c58fd4b49441df159b.tar.xz wireguard-openbsd-23453dd110c89f61a7ec11c58fd4b49441df159b.zip |
remove unused variable
ok espie@
-rw-r--r-- | usr.bin/make/main.c | 4 |
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(); /* |