1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Remove useless local prototypes.

This commit is contained in:
Hartmut Brandt 2005-03-08 14:30:18 +00:00
parent 0c270d9eb0
commit 1a67f7b6d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143290

View File

@ -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};