summaryrefslogtreecommitdiff
path: root/yjit_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_core.c')
-rw-r--r--yjit_core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/yjit_core.c b/yjit_core.c
index 088b0593d1..837cae408a 100644
--- a/yjit_core.c
+++ b/yjit_core.c
@@ -10,10 +10,6 @@
#include "yjit_core.h"
#include "yjit_codegen.h"
-// Maximum number of specialized block versions per block
-// Zero means generic versions only
-#define MAX_VERSIONS 3
-
/*
Get an operand for the adjusted stack pointer address
*/