diff options
Diffstat (limited to 'py/parse.c')
-rw-r--r-- | py/parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/parse.c b/py/parse.c index 54c58fbcca..c1947f76bb 100644 --- a/py/parse.c +++ b/py/parse.c @@ -853,7 +853,6 @@ mp_parse_tree_t mp_parse(mp_lexer_t *lex, mp_parse_input_kind_t input_kind) { // rule should not be emitted if it has only 1 argument // NOTE: can't set this flag for atom_paren because we need it // to distinguish, for example, [a,b] from [(a,b)] - // TODO possibly set for: varargslist_name, varargslist_equal if (rule->act & RULE_ACT_ALLOW_IDENT) { emit_rule = false; } |