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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user