From 9b6460caccc125be6ba9f2dace9eaafbbe5bc438 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 25 Sep 2019 14:57:25 -0700 Subject: Remove mark array We don't use this array anymore so we can remove it --- iseq.h | 1 - 1 file changed, 1 deletion(-) (limited to 'iseq.h') 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 */ -- cgit v1.2.3