diff options
| author | Kazuki Yamaguchi <k@rhe.jp> | 2025-12-07 14:58:28 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu.nakada@gmail.com> | 2025-12-08 11:47:39 +0900 |
| commit | f2eece71990fd79a5d7e24999f8df5c1121253c6 (patch) | |
| tree | 6744fdbb822b84bc9e2a60cd25de3b7d5b0d0347 /internal | |
| parent | 4f900c35bc01e12b948703b9e4b4f5d0e803f073 (diff) | |
Remove the internal-only attribute from ruby_reset_timezone()
The #ifdef is currently not taken because include/ruby/backward.h is
not included at this point. The attribute is unnecessary in an internal
header, so remove it.
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/time.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/time.h b/internal/time.h index e21b3574f6..ad8133ed79 100644 --- a/internal/time.h +++ b/internal/time.h @@ -28,9 +28,6 @@ struct timeval rb_time_timeval(VALUE); RUBY_SYMBOL_EXPORT_BEGIN /* time.c (export) */ void ruby_reset_leap_second_info(void); -#ifdef RBIMPL_ATTR_DEPRECATED_INTERNAL_ONLY -RBIMPL_ATTR_DEPRECATED_INTERNAL_ONLY() -#endif void ruby_reset_timezone(const char *); RUBY_SYMBOL_EXPORT_END |
