summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/hash.c
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-12-06 08:52:02 +0000
committerharti <harti@FreeBSD.org>2004-12-06 08:52:02 +0000
commitcf54e99966d307d9c7ce0bb06bd3397aba9524f7 (patch)
tree81de8e28133a2d51af9d253acbebd49a391f0c6a /usr.bin/make/hash.c
parentc06cfd7434a4b1e3c06cbaeee90172c399f6a0bb (diff)
downloadFreeBSD-src-cf54e99966d307d9c7ce0bb06bd3397aba9524f7.zip
FreeBSD-src-cf54e99966d307d9c7ce0bb06bd3397aba9524f7.tar.gz
Remove extra empty lines.
Diffstat (limited to 'usr.bin/make/hash.c')
-rw-r--r--usr.bin/make/hash.c2
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)
{
OpenPOWER on IntegriCloud