summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-03-08 14:30:18 +0000
committerharti <harti@FreeBSD.org>2005-03-08 14:30:18 +0000
commit645fdd0f1152d4a3acc8d14f9ab9bf2670133108 (patch)
treec5027fbaca3dd14b4ff15aa9b7a802a55c940f0f
parentaec2338af96e5224348e05260bc429292f1ba849 (diff)
downloadFreeBSD-src-645fdd0f1152d4a3acc8d14f9ab9bf2670133108.zip
FreeBSD-src-645fdd0f1152d4a3acc8d14f9ab9bf2670133108.tar.gz
Remove useless local prototypes.
-rw-r--r--usr.bin/make/compat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c
index 2b0a8c3..dd83a34 100644
--- a/usr.bin/make/compat.c
+++ b/usr.bin/make/compat.c
@@ -90,10 +90,6 @@ static GNode *curTarg = NULL;
static GNode *ENDNode;
static sig_atomic_t interrupted;
-static void CompatInterrupt(int);
-static int CompatMake(void *, void *);
-static int shellneed(char *);
-
static const char *const sh_builtin[] = {
"alias", "cd", "eval", "exec", "exit", "read", "set", "ulimit",
"unalias", "umask", "unset", "wait", ":", NULL};
OpenPOWER on IntegriCloud