Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg

This commit is contained in:
2007-03-27 08:33:38 -07:00
parent 284f3728c3
commit 0f08b75950
55 changed files with 95 additions and 465 deletions

View File

@@ -99,8 +99,6 @@ private:
static PLDHashTableOps HashTableOps;
PR_STATIC_CALLBACK(const void*)
HashTableGetKey(PLDHashTable *table, PLDHashEntryHdr *hdr);
PR_STATIC_CALLBACK(PLDHashNumber)
HashTableHashKey(PLDHashTable *table, const void *key);
PR_STATIC_CALLBACK(PRBool)