diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-20 19:33:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-20 19:33:46 +0000 |
commit | 20539121db16a3bc07e42d9657122526d4d0483c (patch) | |
tree | b9f80d81d43f90710068d7ef8eb4995eaf3ea737 | |
parent | daeaff8c14efaff3c4972fd37c4b4ccbeea9f889 (diff) | |
download | coreutils-20539121db16a3bc07e42d9657122526d4d0483c.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/hash.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/hash.c b/lib/hash.c index 54ba0ff6f..48c04e58d 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, |