diff options
author | 卜部昌平 <[email protected]> | 2021-03-05 17:37:16 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2021-03-05 17:37:16 +0900 |
commit | 45b3a5f7de90773868c948f3a542f4aeeb8403fc (patch) | |
tree | 5465dab0a07412ebf23d3622ec988bea99e6fcf8 /include/ruby | |
parent | 7715d428f123889411e6fa0dadc2197723edd12e (diff) |
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.
Diffstat (limited to 'include/ruby')
-rw-r--r-- | include/ruby/internal/intern/parse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/internal/intern/parse.h b/include/ruby/internal/intern/parse.h index 4a5b8cb147..9424657bbc 100644 --- a/include/ruby/internal/intern/parse.h +++ b/include/ruby/internal/intern/parse.h @@ -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); |