From 73f2e15d4ffbbd6a1d303979e5c8a29b376492c5 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 20 Sep 2002 15:47:06 +0000 Subject: literal_append: remove. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- parse.y | 1 - 1 file changed, 1 deletion(-) diff --git a/parse.y b/parse.y index 7d5744f15..0ab218157 100644 --- a/parse.y +++ b/parse.y @@ -129,7 +129,6 @@ static NODE *list_concat(); static NODE *arg_concat(); static NODE *arg_prepend(); static NODE *literal_concat(); -static NODE *literal_append(); static NODE *new_evstr(); static NODE *call_op(); static int in_defined = 0; -- cgit