mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
symbol.h: remove stale symbol deleted at r47913
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7084c015bf
commit
d03fa8ca6e
1 changed files with 0 additions and 2 deletions
2
symbol.h
2
symbol.h
|
@ -98,8 +98,6 @@ is_global_name_punct(const int c)
|
|||
return (ruby_global_name_punct_bits[(c - 0x20) / 32] >> (c % 32)) & 1;
|
||||
}
|
||||
|
||||
ID rb_intern_cstr_without_pindown(const char *, long, rb_encoding *);
|
||||
|
||||
RUBY_SYMBOL_EXPORT_BEGIN
|
||||
|
||||
size_t rb_sym_immortal_count(void);
|
||||
|
|
Loading…
Reference in a new issue