From: chl Date: Thu, 15 May 2014 19:40:42 +0000 (+0000) Subject: remove unused variable X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=23453dd110c89f61a7ec11c58fd4b49441df159b;p=openbsd remove unused variable ok espie@ --- 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(); /*