aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-29 02:23:14 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-29 02:23:14 +0000
commit8f80ee0ae4f73e0f5101dcb29d9e8b593b880571 (patch)
tree79e6c42ccc09868ce8a7ca867f1851dd33345e12 /cont.c
parentbf3734eb7175aae585dbf9486918df3401d2ecea (diff)
downloadruby-8f80ee0ae4f73e0f5101dcb29d9e8b593b880571.tar.gz
cont.c (rb_context_t): remove ensure_list
It is unused (we use rb_execution_context_t.ensure_list instead) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index 0f68a99315..c400640dc4 100644
--- a/cont.c
+++ b/cont.c
@@ -110,7 +110,6 @@ typedef struct rb_context_struct {
rb_execution_context_t saved_ec;
rb_jmpbuf_t jmpbuf;
rb_ensure_entry_t *ensure_array;
- rb_ensure_list_t *ensure_list;
/* Pointer to MJIT info about the continuation. */
struct mjit_cont *mjit_cont;
} rb_context_t;