ruby-changes:52378
From: normal <ko1@a...>
Date: Wed, 29 Aug 2018 11:23:27 +0900 (JST)
Subject: [ruby-changes:52378] normal:r64587 (trunk): cont.c (rb_context_t): remove ensure_list
normal 2018-08-29 11:23:14 +0900 (Wed, 29 Aug 2018) New Revision: 64587 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64587 Log: cont.c (rb_context_t): remove ensure_list It is unused (we use rb_execution_context_t.ensure_list instead) Modified files: trunk/cont.c Index: cont.c =================================================================== --- cont.c (revision 64586) +++ cont.c (revision 64587) @@ -110,7 +110,6 @@ typedef struct rb_context_struct { https://github.com/ruby/ruby/blob/trunk/cont.c#L110 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; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/