summaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2010-12-13 03:35:13 +0000
committerdholland <dholland@NetBSD.org>2010-12-13 03:35:13 +0000
commitec2c5e8a704cd5dbe2f7e94432947718ac3964f9 (patch)
treed5bf2f492f2ec8e4c01e7851921f5ec625b339be /usr.bin/make/parse.c
parent81d7b6b99b1c3ea3a073c111347fdda3bc443e81 (diff)
Remove stray extern definition that's already in jobs.h.
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r--usr.bin/make/parse.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index cda6d266e7f..a79cd4b4eae 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -1,4 +1,4 @@
-/* $NetBSD: parse.c,v 1.166 2010/12/13 03:32:25 dholland Exp $ */
+/* $NetBSD: parse.c,v 1.167 2010/12/13 03:35:13 dholland Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -69,14 +69,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: parse.c,v 1.166 2010/12/13 03:32:25 dholland Exp $";
+static char rcsid[] = "$NetBSD: parse.c,v 1.167 2010/12/13 03:35:13 dholland Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)parse.c 8.3 (Berkeley) 3/19/94";
#else
-__RCSID("$NetBSD: parse.c,v 1.166 2010/12/13 03:32:25 dholland Exp $");
+__RCSID("$NetBSD: parse.c,v 1.167 2010/12/13 03:35:13 dholland Exp $");
#endif
#endif /* not lint */
#endif
@@ -136,8 +136,6 @@ __RCSID("$NetBSD: parse.c,v 1.166 2010/12/13 03:32:25 dholland Exp $");
#include "buf.h"
#include "pathnames.h"
-extern int maxJobs;
-
////////////////////////////////////////////////////////////
// types and constants