summaryrefslogtreecommitdiff
path: root/iseq.h
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-06 06:39:05 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-06 06:39:05 +0000
commitec02c4861b5be7abcae326e5c0c01848c2143889 (patch)
tree796002de44971243399f8ccfc863cdbbd8309cca /iseq.h
parent9fbd48ee719857f98e4a08fefb3d325e81f2d70e (diff)
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
Diffstat (limited to 'iseq.h')
-rw-r--r--iseq.h1
1 files changed, 0 insertions, 1 deletions
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;