Module Name: src
Committed By: rillig
Date: Thu Aug 20 17:13:06 UTC 2020
Modified Files:
src/usr.bin/make: make.h
Log Message:
make(1): remove unused function declarations
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/usr.bin/make/make.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/make.h
diff -u src/usr.bin/make/make.h:1.117 src/usr.bin/make/make.h:1.118
--- src/usr.bin/make/make.h:1.117 Thu Aug 20 17:06:26 2020
+++ src/usr.bin/make/make.h Thu Aug 20 17:13:05 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: make.h,v 1.117 2020/08/20 17:06:26 rillig Exp $ */
+/* $NetBSD: make.h,v 1.118 2020/08/20 17:13:05 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -480,8 +480,6 @@ void Make_HandleUse(GNode *, GNode *);
void Make_Update(GNode *);
void Make_DoAllVar(GNode *);
Boolean Make_Run(Lst);
-char * Check_Cwd_Cmd(const char *);
-void Check_Cwd(const char **);
int dieQuietly(GNode *, int);
void PrintOnError(GNode *, const char *);
void Main_ExportMAKEFLAGS(Boolean);