REBASE: Fixing Memory::Reset().

This commit is contained in:
Ben Vanik
2015-12-29 12:45:27 -08:00
parent 432e32f7c2
commit bbff23a8bb
2 changed files with 5 additions and 11 deletions

View File

@@ -332,8 +332,6 @@ class Memory {
bool Save(ByteStream* stream);
bool Restore(ByteStream* stream);
void Reset();
private:
int MapViews(uint8_t* mapping_base);
void UnmapViews();