rb_interned_id_p: does not exist

This declaration was added at commit 0ee5a49dd4
without its implementation.  Must be a mistake.

Note also that we ended up having this exct same functionality
implemented under a name of rb_check_id().
This commit is contained in:
卜部昌平 2021-07-15 16:49:55 +09:00
Родитель 2d9aacf644
Коммит 3ce2bf4d90
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -238,7 +238,6 @@ rb_enc_asciicompat_inline(rb_encoding *enc)
CONSTFUNC(int rb_enc_toupper(int c, rb_encoding *enc));
CONSTFUNC(int rb_enc_tolower(int c, rb_encoding *enc));
ID rb_intern3(const char*, long, rb_encoding*);
ID rb_interned_id_p(const char *, long, rb_encoding *);
int rb_enc_symname_p(const char*, rb_encoding*);
int rb_enc_symname2_p(const char*, long, rb_encoding*);
int rb_enc_str_coderange(VALUE);