aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.h
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2019-09-25 14:57:25 -0700
committerAaron Patterson <tenderlove@ruby-lang.org>2019-09-26 13:56:42 -0700
commit9b6460caccc125be6ba9f2dace9eaafbbe5bc438 (patch)
treebb1487ae30b3422f93bf411304a278cc2c6e492f /iseq.h
parente197d9ca71570c980274ddd2cb6a32af6c00d95e (diff)
downloadruby-9b6460caccc125be6ba9f2dace9eaafbbe5bc438.tar.gz
Remove mark array
We don't use this array anymore so we can remove it
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 f1d446ccb7..5d24b81601 100644
--- a/iseq.h
+++ b/iseq.h
@@ -90,7 +90,6 @@ ISEQ_ORIGINAL_ISEQ_ALLOC(const rb_iseq_t *iseq, long size)
struct iseq_compile_data {
/* GC is needed */
const VALUE err_info;
- VALUE mark_ary;
const VALUE catch_table_ary; /* Array */
/* GC is not needed */