mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
eval.c: unused declaration
* eval.c (rb_vm_get_cref): remove unused declaration. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
590738aade
commit
305dcadecc
1 changed files with 0 additions and 2 deletions
2
eval.c
2
eval.c
|
@ -22,8 +22,6 @@
|
|||
|
||||
NORETURN(void rb_raise_jump(VALUE));
|
||||
|
||||
NODE *rb_vm_get_cref(const rb_iseq_t *, const VALUE *);
|
||||
|
||||
VALUE rb_eLocalJumpError;
|
||||
VALUE rb_eSysStackError;
|
||||
|
||||
|
|
Loading…
Reference in a new issue