mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
remove HashTable routines (we're only using HashLists)
This commit is contained in:
parent
7214b158cc
commit
82c5e8202e
@ -112,7 +112,7 @@ toprime (uint32 size)
|
||||
return primes[s-1];
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
/* Create a new, empty hash table object.
|
||||
*/
|
||||
PUBLIC XP_HashTable
|
||||
@ -341,6 +341,8 @@ XP_MapRemhash (XP_HashTable table, XP_HashTableMapper mapper, void *closure)
|
||||
xp_maphash (table, mapper, closure, TRUE);
|
||||
}
|
||||
|
||||
#endif /* if 0 */
|
||||
|
||||
|
||||
|
||||
/* create a hash list, which isn't really a table.
|
||||
|
Loading…
x
Reference in New Issue
Block a user