mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parse.y: Remove unneeded macro nd_set_line
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5db2894229
commit
f69bf70881
1 changed files with 0 additions and 3 deletions
3
parse.y
3
parse.y
|
@ -481,9 +481,6 @@ static VALUE const_decl(struct parser_params *p, VALUE path);
|
|||
static VALUE var_field(struct parser_params *p, VALUE a);
|
||||
static VALUE assign_error(struct parser_params *p, VALUE a);
|
||||
|
||||
#undef nd_set_line
|
||||
#define nd_set_line(n,l) ((void)(n))
|
||||
|
||||
static VALUE parser_reg_compile(struct parser_params*, VALUE, int, VALUE *);
|
||||
|
||||
#endif /* !RIPPER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue