Bug 1376498 part 5 - Remove nsClassHashtable::RemoveAndForget(). r=froydnj

MozReview-Commit-ID: 2VVgViNhruj
This commit is contained in:
Mats Palmgren 2017-07-05 02:01:45 +02:00
parent 977a9e5f89
commit 9a66affd7f

View File

@ -56,11 +56,6 @@ public:
* @returns nullptr if the key is not present.
*/
UserDataType Get(KeyType aKey) const;
// obsolete - will be removed after converting existing consumers to Remove.
void RemoveAndForget(KeyType aKey, nsAutoPtr<T>& aOut) {
Remove(aKey, &aOut);
}
};
//