mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/intern.h: remove unused function declarations.
* include/ruby/ruby.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c6818f4104
commit
b626539e9b
3 changed files with 6 additions and 16 deletions
|
@ -739,7 +739,6 @@ void ruby_init_stack(VALUE*);
|
|||
void ruby_init(void);
|
||||
void *ruby_options(int, char**);
|
||||
int ruby_run_node(void *);
|
||||
NORETURN(void ruby_run(void));
|
||||
|
||||
RUBY_EXTERN VALUE rb_mKernel;
|
||||
RUBY_EXTERN VALUE rb_mComparable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue