mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1097271 - remove unused ptr variable from nsClassHashtable::RemoveAndForget; r=mccr8
This commit is contained in:
parent
6cca8b6961
commit
be4bc6db65
@ -121,7 +121,6 @@ void
|
||||
nsClassHashtable<KeyClass, T>::RemoveAndForget(KeyType aKey, nsAutoPtr<T>& aOut)
|
||||
{
|
||||
aOut = nullptr;
|
||||
nsAutoPtr<T> ptr;
|
||||
|
||||
typename base_type::EntryType* ent = this->GetEntry(aKey);
|
||||
if (!ent) {
|
||||
|
Loading…
Reference in New Issue
Block a user