Skip to content

Commit

Permalink
[cleanup] Remove unused Id values.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Jan 19, 2019
1 parent 92fd9d0 commit deabb87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/id_kind.py
Expand Up @@ -352,9 +352,8 @@ def AddKinds(spec):
'UnaryPlus', 'UnaryMinus', # +1 and -1, to distinguish from infix.
# Actually we don't need this because we they
# will be under Expr1/Plus vs Expr2/Plus.
'ArithVar', # a bare variable like (( foo = bar ))

# Command nodes
# Oil Command nodes? Not used yet.
'Command', 'Assign', 'AndOr', 'Block', 'Subshell', 'Fork',
'FuncDef', 'ForEach', 'ForExpr', 'NoOp',

Expand Down

0 comments on commit deabb87

Please sign in to comment.