From 9be95d2a71782e7cf88269ef3c38671fb8e681b3 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 6 Dec 2017 07:19:16 +0000 Subject: Remove RUBY_EVENT_SPECIFIED_LINE Follow up of r61044 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/ruby.h | 1 - vm_trace.c | 1 - 2 files changed, 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 -- cgit v1.2.3