rb_sym_interned_p: doesn't exist

Deleted decades ago in commit 6e0fed271c1d2e6f2b13b99d89d43e7d00e81472

Note also that we eventually ended up reinventing this exact same
functionality.  It is called rb_check_id() now.
This commit is contained in:
卜部昌平 2021-03-05 17:37:16 +09:00
parent 7715d428f1
commit 45b3a5f7de

View File

@ -50,7 +50,6 @@ int rb_is_local_id(ID);
RBIMPL_ATTR_CONST()
int rb_is_junk_id(ID);
int rb_symname_p(const char*);
int rb_sym_interned_p(VALUE);
VALUE rb_backref_get(void);
void rb_backref_set(VALUE);
VALUE rb_lastline_get(void);