Skip to content

Commit f2eece7

Browse files
rheniumnobu
authored andcommitted
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.
1 parent 4f900c3 commit f2eece7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/time.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ struct timeval rb_time_timeval(VALUE);
2828
RUBY_SYMBOL_EXPORT_BEGIN
2929
/* time.c (export) */
3030
void ruby_reset_leap_second_info(void);
31-
#ifdef RBIMPL_ATTR_DEPRECATED_INTERNAL_ONLY
32-
RBIMPL_ATTR_DEPRECATED_INTERNAL_ONLY()
33-
#endif
3431
void ruby_reset_timezone(const char *);
3532
RUBY_SYMBOL_EXPORT_END
3633

0 commit comments

Comments
 (0)