Bug 1181445 (part 6) - Use nsBaseHashTable::Iterator in xpcom/components/. r=froydnj.

Note that enumfunc_pentries and persistent_userstruct are unused, and so could
be removed.
This commit is contained in:
Nicholas Nethercote
2015-07-09 16:54:59 -07:00
parent 0d86d27ce5
commit 16251d2011
4 changed files with 60 additions and 132 deletions

View File

@@ -33,12 +33,6 @@ private:
PRLibrary* mLibrary;
};
static PLDHashOperator
ReleaserFunc(nsIHashable* aHashedFile, NativeLoadData& aLoadData, void*);
static PLDHashOperator
UnloaderFunc(nsIHashable* aHashedFile, NativeLoadData& aLoadData, void*);
nsDataHashtable<nsHashableHashKey, NativeLoadData> mLibraries;
};