Module Name: src
Committed By: rillig
Date: Sun Sep 27 19:17:03 UTC 2020
Modified Files:
src/usr.bin/make: job.h
Log Message:
make(1): remove nonexistent function from header
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/make/job.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/job.h
diff -u src/usr.bin/make/job.h:1.49 src/usr.bin/make/job.h:1.50
--- src/usr.bin/make/job.h:1.49 Sun Sep 27 19:15:43 2020
+++ src/usr.bin/make/job.h Sun Sep 27 19:17:03 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: job.h,v 1.49 2020/09/27 19:15:43 rillig Exp $ */
+/* $NetBSD: job.h,v 1.50 2020/09/27 19:17:03 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -254,7 +254,6 @@ void Job_CatchChildren(void);
void Job_CatchOutput(void);
void Job_Make(GNode *);
void Job_Init(void);
-Boolean Job_Empty(void);
Boolean Job_ParseShell(char *);
int Job_Finish(void);
void Job_End(void);