From cf54e99966d307d9c7ce0bb06bd3397aba9524f7 Mon Sep 17 00:00:00 2001 From: harti Date: Mon, 6 Dec 2004 08:52:02 +0000 Subject: Remove extra empty lines. --- usr.bin/make/hash.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/make/hash.c') 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) { -- cgit v1.1