1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

literal_append: remove.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2002-09-20 15:47:06 +00:00
parent 749dea9e7c
commit f043430968

View file

@ -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;