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

parse.y (struct ripper_args): Remove not used struct definition

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yui-knk 2018-10-20 05:33:37 +00:00
parent fba6d907b1
commit 39fd63428d

View file

@ -11307,12 +11307,6 @@ ripper_initialize(int argc, VALUE *argv, VALUE self)
return Qnil; return Qnil;
} }
struct ripper_args {
struct parser_params *p;
int argc;
VALUE *argv;
};
static VALUE static VALUE
ripper_parse0(VALUE parser_v) ripper_parse0(VALUE parser_v)
{ {