summaryrefslogtreecommitdiff
path: root/rjit_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'rjit_c.h')
-rw-r--r--rjit_c.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/rjit_c.h b/rjit_c.h
index c14be1e5f7..ccdf9dc4fc 100644
--- a/rjit_c.h
+++ b/rjit_c.h
@@ -102,9 +102,6 @@ struct compile_status {
// New stuff from here
//
-// TODO: Make it configurable
-#define RJIT_CODE_SIZE 64 * 1024 * 1024
-
extern uint8_t *rb_rjit_mem_block;
#define RJIT_RUNTIME_COUNTERS(...) struct rb_rjit_runtime_counters { size_t __VA_ARGS__; };