Skip to content

Commit dec2a81

Browse files
committed
--dump=prism_parsetree is no longer provided
Since it did not make sense without `--parser=prism` option, just a duplication. Now it is `--parser=prism --dump=parsetree`.
1 parent a6582ac commit dec2a81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ruby.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ usage(const char *name, int help, int highlight, int columns)
376376
M("yydebug(+error-tolerant)", "", "yydebug of yacc parser generator."),
377377
M("parsetree(+error-tolerant)", "", "Abstract syntax tree (AST)."),
378378
M("parsetree_with_comment(+error-tolerant)", "", "AST with comments."),
379-
M("prism_parsetree", "", "Prism AST."),
380379
};
381380
static const struct ruby_opt_message features[] = {
382381
M("gems", "", "Rubygems (only for debugging, default: "DEFAULT_RUBYGEMS_ENABLED")."),

0 commit comments

Comments
 (0)