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:
parent
5c646ca0a0
commit
aa5759a22b
1 changed files with 0 additions and 3 deletions
3
symbol.c
3
symbol.c
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue