summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2025-12-08 12:04:11 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2025-12-08 12:11:58 +0900
commita82aa08fe0112aefd35e28dc5ca3f9ea9238ae17 (patch)
tree357174b488e7633c699e709ba3e0a8fd21269b09 /internal
parent6a1f5b68cbd90031d849265b663986c5b8dd39dd (diff)
Make `ruby_reset_leap_second_info` internal
It is exported only for the extension library to test, but the method is no longer used since 29e31e72fb5a14194a78ec974c4ba56c33ad8d45.
Diffstat (limited to 'internal')
-rw-r--r--internal/time.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/time.h b/internal/time.h
index 224d485b2e..1f3505f5bc 100644
--- a/internal/time.h
+++ b/internal/time.h
@@ -27,7 +27,6 @@ struct timeval rb_time_timeval(VALUE);
RUBY_SYMBOL_EXPORT_BEGIN
/* time.c (export) */
-void ruby_reset_leap_second_info(void);
RUBY_SYMBOL_EXPORT_END
void ruby_reset_timezone(const char *);