summaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-20 15:47:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-20 15:47:06 +0000
commit73f2e15d4ffbbd6a1d303979e5c8a29b376492c5 (patch)
tree3247645c21d3c0b1f9b32cee7badaf36862f27e5 /parse.y
parentd11c43f386207dd11f329a1928fb3a9bed6864a9 (diff)
downloadruby-73f2e15d4ffbbd6a1d303979e5c8a29b376492c5.tar.gz
ruby-73f2e15d4ffbbd6a1d303979e5c8a29b376492c5.tar.xz
ruby-73f2e15d4ffbbd6a1d303979e5c8a29b376492c5.zip
literal_append: remove.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 0 insertions, 1 deletions
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;