aboutsummaryrefslogtreecommitdiff
path: root/tests/do_jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/do_jit.h')
-rw-r--r--tests/do_jit.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/do_jit.h b/tests/do_jit.h
index 637ed7d..5be682b 100644
--- a/tests/do_jit.h
+++ b/tests/do_jit.h
@@ -1,12 +1,6 @@
#ifndef DOJIT_H
#define DOJIT_H
-#ifdef FORCE_BCODE
-static bool do_jit = false;
-#else
-static bool do_jit = true;
-#endif
-
#define erf3 ejit_run_func_3
#define erf2 ejit_run_func_2
#define erf1 ejit_run_func_1