[ruby/prism] Remove outdated comment

https://github.com/ruby/prism/commit/9adc88ddf8
This commit is contained in:
Kevin Newton 2024-04-12 10:01:08 -04:00 committed by git
parent 4fc457e2b7
commit 8e514bedf9

View File

@ -13297,7 +13297,6 @@ parse_arguments(pm_parser_t *parser, pm_arguments_t *arguments, bool accepts_for
if (token_begins_expression_p(parser->current.type)) {
expression = parse_value_expression(parser, PM_BINDING_POWER_DEFINED, false, PM_ERR_EXPECT_ARGUMENT);
} else {
// A block forwarding in a method having `...` parameter (e.g. `def foo(...); bar(&); end`) is available.
pm_parser_scope_forwarding_block_check(parser, &operator);
}