From ec02c4861b5be7abcae326e5c0c01848c2143889 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 6 Dec 2017 06:39:05 +0000 Subject: thread.c (update_line_coverage): Use RUBY_EVENT_LINE This change makes coverage use the general event type RUBY_EVENT_LINE instead of a special event type RUBY_EVENT_COVERAGE. Just a refactoring. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- iseq.h | 1 - 1 file changed, 1 deletion(-) (limited to 'iseq.h') diff --git a/iseq.h b/iseq.h index 8d2281881b..fb0a5d0d29 100644 --- a/iseq.h +++ b/iseq.h @@ -114,7 +114,6 @@ struct iseq_compile_data { struct iseq_compile_data_storage *storage_head; struct iseq_compile_data_storage *storage_current; int last_line; - int last_coverable_line; int label_no; int node_level; unsigned int ci_index; -- cgit v1.2.3