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:
parent
2091ccac88
commit
923b43fb9c
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue