From 22a37aa37a4e5131797c5c1c371901f1fd0a3de8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 Sep 1997 19:33:46 +0000 Subject: [PATCH] *** empty log message *** --- lib/hash.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/hash.c b/lib/hash.c index 54ba0ff6f9..48c04e58dd 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -182,10 +182,7 @@ hash_get_table_size (const HT *ht) - if KEY_COMPARATOR or HASH is null - if it was unable to allocate sufficient storage for the hash table - if WHEN_TO_REHASH is zero or negative - Otherwise it returns zero. - - FIXME: tell what happens to any existing hash table when this - function is called (e.g. a second time). */ + Otherwise it returns zero. */ HT * hash_initialize (unsigned int candidate_table_size, -- 2.30.2