mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed deprecated Time#succ
This commit is contained in:
parent
20d53dad47
commit
7817a438eb
Notes:
git
2020-12-07 18:39:24 +09:00
6 changed files with 33 additions and 67 deletions
|
@ -45,7 +45,6 @@ struct timeval rb_time_timeval(VALUE time);
|
|||
struct timespec rb_time_timespec(VALUE time);
|
||||
struct timespec rb_time_timespec_interval(VALUE num);
|
||||
VALUE rb_time_utc_offset(VALUE time);
|
||||
VALUE rb_time_succ(VALUE);
|
||||
|
||||
RBIMPL_SYMBOL_EXPORT_END()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue