mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove unneeded ruby_reset_leap_second_info function declaration (#4824)
This commit is contained in:
parent
745287d43a
commit
68bd5626c3
Notes:
git
2021-09-16 13:21:33 +09:00
Merged-By: nurse <naruse@airemix.jp>
1 changed files with 0 additions and 1 deletions
1
time.c
1
time.c
|
@ -674,7 +674,6 @@ static int leap_year_p(long y);
|
|||
static VALUE tm_from_time(VALUE klass, VALUE time);
|
||||
|
||||
bool ruby_tz_uptodate_p;
|
||||
void ruby_reset_leap_second_info(void);
|
||||
|
||||
void
|
||||
ruby_reset_timezone(void)
|
||||
|
|
Loading…
Reference in a new issue