1
0
Fork 0
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:
Nobuyoshi Nakada 2020-12-02 15:50:01 +09:00
parent 20d53dad47
commit 7817a438eb
Notes: git 2020-12-07 18:39:24 +09:00
6 changed files with 33 additions and 67 deletions

View file

@ -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()