From ec1d41ba0e119089ec4df4b58e5c12eb17aedc79 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 6 Dec 2017 06:54:40 +0000 Subject: [PATCH] fix last commit git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_trace.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vm_trace.c b/vm_trace.c index 606fe7b43a..f7337164e2 100644 --- a/vm_trace.c +++ b/vm_trace.c @@ -590,8 +590,6 @@ get_event_id(rb_event_flag_t event) C(thread_begin, THREAD_BEGIN); C(thread_end, THREAD_END); C(fiber_switch, FIBER_SWITCH); - C(specified_line, SPECIFIED_LINE); - case RUBY_EVENT_LINE: CONST_ID(id, "line"); return id; #undef C default: return 0;