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

parse.y: ripper_intern is no longer used

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-02-12 08:43:43 +00:00
parent 2c51dc5053
commit 425d52df7e

View file

@ -707,7 +707,6 @@ static void ripper_error_gen(struct parser_params *parser);
#define yyparse ripper_yyparse
#define ripper_intern(s) STATIC_ID2SYM(rb_intern(s))
#define TOKEN2VAL(t) STATIC_ID2SYM(TOKEN2ID(t))
#define arg_new() dispatch0(args_new)