summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-07-15 16:49:55 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-07-15 16:54:59 +0900
commit3ce2bf4d908c5cc80b8c53a21a09cd0d9d8ec26c (patch)
tree47f09f7a3bf99c0490af80ce2daf6aa9ab9a2340 /include
parent2d9aacf64457b87a9e9c7ced294a290c9a72626c (diff)
rb_interned_id_p: does not exist
This declaration was added at commit 0ee5a49dd4ffbbb285c25fa6cba88370ce9 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().
Diffstat (limited to 'include')
-rw-r--r--include/ruby/encoding.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h
index 126f2c5c3e..4e46d0d996 100644
--- a/include/ruby/encoding.h
+++ b/include/ruby/encoding.h
@@ -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);