Bug 1121304 (part 2) - Remove PLDHashTableOps::{alloc,free}Table. r=froydnj.

This commit is contained in:
Nicholas Nethercote
2015-01-14 14:35:56 -08:00
parent 50985e7141
commit 70f5bf6167
33 changed files with 13 additions and 145 deletions

View File

@@ -16,8 +16,6 @@ using namespace mozilla;
const PLDHashTableOps nsCommandParams::sHashOps =
{
PL_DHashAllocTable,
PL_DHashFreeTable,
HashKey,
HashMatchEntry,
HashMoveEntry,