summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ruby/ruby.h1
-rw-r--r--vm_trace.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index ac0cecd952..ee873182e7 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -2096,7 +2096,6 @@ int ruby_native_thread_p(void);
#define RUBY_EVENT_TRACEPOINT_ALL 0xffff
/* special events */
-#define RUBY_EVENT_SPECIFIED_LINE 0x010000
#define RUBY_EVENT_COVERAGE 0x020000
/* internal events */
diff --git a/vm_trace.c b/vm_trace.c
index f7337164e2..2adadff178 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -719,7 +719,6 @@ symbol2event_flag(VALUE v)
C(thread_begin, THREAD_BEGIN);
C(thread_end, THREAD_END);
C(fiber_switch, FIBER_SWITCH);
- C(specified_line, SPECIFIED_LINE);
C(a_call, A_CALL);
C(a_return, A_RETURN);
#undef C