mirror of
https://github.com/libretro/RetroArch
synced 2025-03-24 04:44:02 +00:00
Revert "Third parameter of std::remove prob needs to be nullptr"
This reverts commit 1b161fad1d9aa468e0916c6e5b80853d774037bd.
This commit is contained in:
parent
6cc5c414da
commit
4db59d587e
@ -681,7 +681,7 @@ void TIntermediate::checkCallGraphBodies(TInfoSink& infoSink, bool keepUncalled)
|
|||||||
if (! reachable[f])
|
if (! reachable[f])
|
||||||
functionSequence[f] = NULL;
|
functionSequence[f] = NULL;
|
||||||
}
|
}
|
||||||
functionSequence.erase(std::remove(functionSequence.begin(), functionSequence.end(), nullptr), functionSequence.end());
|
functionSequence.erase(std::remove(functionSequence.begin(), functionSequence.end(), NULL), functionSequence.end());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user