1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

rb_id_serial_to_id is used in key2id since 4c2d014e92

This commit is contained in:
Nobuyoshi Nakada 2021-10-13 11:27:09 +09:00
parent 5c646ca0a0
commit aa5759a22b
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -482,9 +482,6 @@ get_id_entry(ID id, const enum id_entry_type t)
}
static inline ID
#ifdef __GNUC__
__attribute__((unused))
#endif
rb_id_serial_to_id(rb_id_serial_t num)
{
if (is_notop_id((ID)num)) {