diff options
author | harti <harti@FreeBSD.org> | 2004-12-06 08:52:02 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2004-12-06 08:52:02 +0000 |
commit | cf54e99966d307d9c7ce0bb06bd3397aba9524f7 (patch) | |
tree | 81de8e28133a2d51af9d253acbebd49a391f0c6a /usr.bin/make | |
parent | c06cfd7434a4b1e3c06cbaeee90172c399f6a0bb (diff) | |
download | FreeBSD-src-cf54e99966d307d9c7ce0bb06bd3397aba9524f7.zip FreeBSD-src-cf54e99966d307d9c7ce0bb06bd3397aba9524f7.tar.gz |
Remove extra empty lines.
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) { |