aboutsummaryrefslogtreecommitdiffstats
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
commit5b53f8baaa41fd8bfa71ada5fee0ae6138e92a39 (patch)
tree796002de44971243399f8ccfc863cdbbd8309cca /iseq.h
parentf48eee3216c49f97f1cff35cf057e6d3c8ec6a16 (diff)
downloadruby-5b53f8baaa41fd8bfa71ada5fee0ae6138e92a39.tar.gz
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;