aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/eval.c b/eval.c
index 8dacaf8cf3..4c80c4afea 100644
--- a/eval.c
+++ b/eval.c
@@ -52,9 +52,6 @@ extern char **environ;
#endif
char **rb_origenviron;
-jmp_buf function_call_may_return_twice_jmp_buf;
-int function_call_may_return_twice_false = 0;
-
void rb_clear_trace_func(void);
void rb_thread_stop_timer_thread(void);