aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r--usr.bin/make/parse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index acc606ed5dcf0..9375022854059 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -888,8 +888,6 @@ ParseDoDependency (line)
break;
case NotParallel:
{
- extern int maxJobs;
-
maxJobs = 1;
break;
}