Skip to content

Commit

Permalink
pass3: fixup a git merge failure
Browse files Browse the repository at this point in the history
  • Loading branch information
zerbina committed Aug 9, 2024
1 parent 48eb3e6 commit dd703a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions passes/pass3.nim
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@ proc lowerExpr(c; tree; n; bu: var BuilderOrChangeset) =
else:
# can only be ``(Addr <local>)``, which doesn't need any lowering
bu.keep(tree, n)
else:
# TODO: properly traverse all the other nested expressions
bu.keep(tree, n)

elif isAtom(tree[n].kind):
bu.keep(tree, n)
Expand Down

0 comments on commit dd703a5

Please sign in to comment.