1
0
Fork 0
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:
S.H 2021-09-16 13:21:06 +09:00 committed by GitHub
parent 745287d43a
commit 68bd5626c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2021-09-16 13:21:33 +09:00
Merged-By: nurse <naruse@airemix.jp>

1
time.c
View file

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