diff options
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/hash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index 0d981c8..bd0fc56 100644 --- a/usr.bin/make/hash.c +++ b/usr.bin/make/hash.c @@ -58,7 +58,6 @@ __FBSDID("$FreeBSD$"); * Forward references to local procedures that are used before they're * defined: */ - static void RebuildTable(Hash_Table *); /* @@ -86,7 +85,6 @@ static void RebuildTable(Hash_Table *); * *--------------------------------------------------------- */ - void Hash_InitTable(Hash_Table *t, int numBuckets) { |