ruby-changes:36784
From: nobu <ko1@a...>
Date: Tue, 16 Dec 2014 16:39:07 +0900 (JST)
Subject: [ruby-changes:36784] nobu:r48865 (trunk): iseq.c: remove useless code
nobu 2014-12-16 16:38:52 +0900 (Tue, 16 Dec 2014) New Revision: 48865 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48865 Log: iseq.c: remove useless code * iseq.c (rb_method_for_self_aref): remove unused declaration. Modified files: trunk/iseq.c Index: iseq.c =================================================================== --- iseq.c (revision 48864) +++ iseq.c (revision 48865) @@ -571,7 +571,6 @@ caller_location(VALUE *path) https://github.com/ruby/ruby/blob/trunk/iseq.c#L571 VALUE rb_method_for_self_aref(VALUE name, VALUE arg, rb_insn_func_t func) { - rb_control_frame_t *FUNC_FASTCALL(rb_vm_struct_aref_c)(rb_thread_t *, rb_control_frame_t *); VALUE iseqval = iseq_alloc(rb_cISeq); rb_iseq_t *iseq; VALUE path, lineno = caller_location(&path); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/