summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authorS.H <gamelinks007@gmail.com>2021-09-16 13:21:06 +0900
committerGitHub <noreply@github.com>2021-09-16 13:21:06 +0900
commit68bd5626c3c3520691ff14ee5dcd9da551a274f5 (patch)
tree300d2d2c0484985a4fe21dd76c0dffe3cee5168f /time.c
parent745287d43a8fb63c84be986b23319d40e6affe2f (diff)
Remove unneeded ruby_reset_leap_second_info function declaration (#4824)
Notes
Notes: Merged-By: nurse <naruse@airemix.jp>
Diffstat (limited to 'time.c')
-rw-r--r--time.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/time.c b/time.c
index 8869f3269d..78184d6b7d 100644
--- a/time.c
+++ b/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)