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

ruby_set_stack_size: no longer exists

Deleted since fc3c60f608
This commit is contained in:
卜部昌平 2020-12-18 11:18:09 +09:00
parent 51c2725dc6
commit aa82b067cb

View file

@ -71,7 +71,6 @@ void ruby_finalize(void);
RBIMPL_ATTR_NORETURN()
void ruby_stop(int);
void ruby_set_stack_size(size_t);
int ruby_stack_check(void);
size_t ruby_stack_length(VALUE**);