removed unused functions from memory

This commit is contained in:
Dimitris Panokostas 2020-07-04 19:21:34 +02:00
parent 4c910bb433
commit 0196f732f8

View file

@ -49,24 +49,6 @@ static bool canjit(void)
return true;
}
static bool needmman(void)
{
if (!jit_direct_compatible_memory)
return false;
if (canjit())
return true;
return false;
}
static void nocanbang(void)
{
if (canbang) {
write_log(_T("Switching JIT direct off!\n"));
}
canbang = 0;
}
uae_u8 ce_banktype[65536];
uae_u8 ce_cachable[65536];