Removed the useless codegen_close().

This commit is contained in:
OBattler
2023-10-07 22:50:17 +02:00
parent 9d1d69394b
commit 535fd005dc
4 changed files with 0 additions and 35 deletions

View File

@@ -50,9 +50,6 @@
#endif
extern void codegen_init(void);
#ifdef USE_NEW_DYNAREC
extern void codegen_close(void);
#endif
extern void codegen_flush(void);
/*Current physical page of block being recompiled. -1 if no recompilation taking place */