aboutsummaryrefslogtreecommitdiffstats
path: root/iseq.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-16 07:38:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-16 07:38:52 +0000
commite4cf2f328d545788c8273a4e5cfb30c1a92632e9 (patch)
tree0e13823ebd1dff8a173f565eb22273a4f0bebbd1 /iseq.c
parente4717eaa4c7511f09e906b6896f15faab8ccec86 (diff)
downloadruby-e4cf2f328d545788c8273a4e5cfb30c1a92632e9.tar.gz
iseq.c: remove useless code
* iseq.c (rb_method_for_self_aref): remove unused declaration. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/iseq.c b/iseq.c
index fb88a8bd99..b9db1c8353 100644
--- a/iseq.c
+++ b/iseq.c
@@ -571,7 +571,6 @@ caller_location(VALUE *path)
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);