Skip to content

Commit

Permalink
internal/core/adt: remove duplicate statement
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com>
Change-Id: I75ac7efa6680a31a536b66a2b0282318f87f90f2
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/549252
Unity-Result: CUEcueckoo <cueckoo@cuelang.org>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>
  • Loading branch information
mpvl committed Mar 16, 2023
1 parent 4f32fb4 commit 383ff3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/core/adt/eval.go
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,6 @@ func (n *nodeContext) clone() *nodeContext {
d.kindID = n.kindID
d.aStruct = n.aStruct
d.aStructID = n.aStructID
d.hasTop = n.hasTop

d.lowerBound = n.lowerBound
d.upperBound = n.upperBound
Expand Down

0 comments on commit 383ff3e

Please sign in to comment.