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:
parent
749dea9e7c
commit
f043430968
1 changed files with 0 additions and 1 deletions
1
parse.y
1
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;
|
||||
|
|
Loading…
Reference in a new issue