about summary refs log tree commit diff stats
path: root/src/dynarec/dynacache_reloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynarec/dynacache_reloc.c')
-rw-r--r--src/dynarec/dynacache_reloc.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/dynarec/dynacache_reloc.c b/src/dynarec/dynacache_reloc.c
index 0ebfeb3c..d3d4fa0b 100644
--- a/src/dynarec/dynacache_reloc.c
+++ b/src/dynarec/dynacache_reloc.c
@@ -237,17 +237,7 @@ int RelocsHaveCancel(dynablock_t* block)
     return 0;
 }
 
-uintptr_t RelocGetNext() {
-    #ifdef DUMMY_GETCONST
-    return 0;
-    #else
-    return getConst(const_native_next);
-    #endif
-}
-
-#ifdef DUMMY_GETCONST
-uintptr_t getConst(native_consts_t which)
+uintptr_t RelocGetNext()
 {
-    return 0;
+    return getConst(const_native_next);
 }
-#endif
\ No newline at end of file