Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
roysc committed Jan 17, 2022
1 parent 05b8a53 commit 548b3f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions go/proof.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,6 @@ func isLeftStep(spec *InnerSpec, left *InnerOp, right *InnerOp) bool {
panic(err)
}

// for idx := leftidx + 1; idx != rightidx; idx++ {
// leftBranchesAreEmpty()
// }

// TODO: is it possible there are empty (nil) children???
return rightidx == leftidx+1
}
Expand Down

0 comments on commit 548b3f0

Please sign in to comment.