aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-06 13:25:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-06 13:25:11 +0000
commitd03fa8ca6e5b6a5d8c7319e74c4f487274fdfb95 (patch)
tree394da205a1a57d5107aec1c3dd6d853e6ba35f00 /symbol.h
parent7084c015bf09fbe1687f51953fce0f96fc48dab9 (diff)
downloadruby-d03fa8ca6e5b6a5d8c7319e74c4f487274fdfb95.tar.gz
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
Diffstat (limited to 'symbol.h')
-rw-r--r--symbol.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/symbol.h b/symbol.h
index 1f0b139811..7d147a4bd1 100644
--- a/symbol.h
+++ b/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);