Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@222462 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -80,10 +80,14 @@ info_InitEntry(PLDHashTable *table, PLDHashEntryHdr *entry, const void *key)
|
||||
}
|
||||
|
||||
/* static */ PLDHashTableOps nsStaticModuleLoader::sInfoHashOps = {
|
||||
PL_DHashAllocTable, PL_DHashFreeTable,
|
||||
PL_DHashGetKeyStub, PL_DHashStringKey, PL_DHashMatchStringKey,
|
||||
PL_DHashMoveEntryStub, info_ClearEntry,
|
||||
PL_DHashFinalizeStub, info_InitEntry
|
||||
PL_DHashAllocTable,
|
||||
PL_DHashFreeTable,
|
||||
PL_DHashStringKey,
|
||||
PL_DHashMatchStringKey,
|
||||
PL_DHashMoveEntryStub,
|
||||
info_ClearEntry,
|
||||
PL_DHashFinalizeStub,
|
||||
info_InitEntry
|
||||
};
|
||||
|
||||
nsresult
|
||||
|
||||
Reference in New Issue
Block a user