Skip to content

Commit

Permalink
rb_sym_interned_p: doesn't exist
Browse files Browse the repository at this point in the history
Deleted decades ago in commit 6e0fed2

Note also that we eventually ended up reinventing this exact same
functionality.  It is called rb_check_id() now.
  • Loading branch information
shyouhei committed Mar 5, 2021
1 parent 7715d42 commit 45b3a5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/ruby/internal/intern/parse.h
Expand Up @@ -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);
Expand Down

0 comments on commit 45b3a5f

Please sign in to comment.