Kernel: Remove unused legacy heap MapBlock_* functions

This commit is contained in:
Yuri Kunde Schlesner 2015-08-06 01:51:46 -03:00
parent 38bfbe1b2b
commit 840b85690b
3 changed files with 0 additions and 78 deletions

View file

@ -29,7 +29,6 @@ void Shutdown() {
HLE::Shutdown();
Kernel::Shutdown();
HW::Shutdown();
Memory::Shutdown();
CoreTiming::Shutdown();
Core::Shutdown();
}