diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-07 09:44:34 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-07 09:44:34 +0000 |
| commit | 057c88bc0010e24118c1136f12638c6dea837212 (patch) | |
| tree | 2eb931fe139421ecf15756bb77c581f73bb3b399 | |
| parent | f423f7c29f2cfa7686b8e0ca0b9aa365f2b3d78c (diff) | |
parse.y: removed unused macro new_command_call
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | parse.y | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -646,7 +646,6 @@ static int id_is_var_gen(struct parser_params *parser, ID id); static VALUE new_qcall_gen(struct parser_params *parser, VALUE q, VALUE r, VALUE m, VALUE a); #define new_qcall(q,r,m,a,op_loc,location) new_qcall_gen(parser, (r), (q), (m), (a)) #define new_command_qcall(q,r,m,a,op_loc,location) dispatch4(command_call, (r), (q), (m), (a)) -#define new_command_call(q,r,m,a) dispatch4(command_call, (r), (q), (m), (a)) #define new_command(m,a) dispatch2(command, (m), (a)); #define new_nil(location) Qnil |
