1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

internal.h: remove duplicate declaration

* internal.h (rb_vm_bugreport): remove declaration duplicate to
  `vm_core.h`.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-05-24 14:04:40 +00:00
parent 2091ccac88
commit 923b43fb9c

View file

@ -911,7 +911,6 @@ VALUE rb_sourcefilename(void);
void rb_vm_pop_cfunc_frame(void);
/* vm_dump.c */
void rb_vm_bugreport(void);
void rb_print_backtrace(void);
/* vm_eval.c */