diff --git a/libretro/relocate.c b/libretro/relocate.c index d38407aefe..ebdfeab00a 100644 --- a/libretro/relocate.c +++ b/libretro/relocate.c @@ -207,7 +207,6 @@ void Retro68Relocate() rState->hasStripAddr = hasStripAddr; rState->hasFlushCodeCache = hasFlushCodeCache; - // Locate the start of the FLT file header inside the code resource uint8_t *orig_stext, *orig_etext, *orig_sdata, *orig_edata, *orig_sbss, *orig_ebss; GET_VIRTUAL_ADDRESS(orig_stext, _stext);