summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/parse.y b/parse.y
index 1c63a28df7..004f4681ec 100644
--- a/parse.y
+++ b/parse.y
@@ -3939,8 +3939,6 @@ static st_table *rb_symbol_tbl;
void
Init_sym()
{
- int strcmp();
-
sym_tbl = st_init_strtable();
rb_global_variable((VALUE*)&cur_cref);
rb_global_variable((VALUE*)&lex_lastline);