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
This commit is contained in:
parent
c7e4f91246
commit
9be95d2a71
@ -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 */
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user