Skip to content

Commit eddee34

Browse files
committed
ci: Fix another go vet warning.
1 parent 2a5fd41 commit eddee34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

query/shape/shape.go

-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,6 @@ func (s IntersectOpt) Optimize(ctx context.Context, r Optimizer) (_ Shape, opt b
12311231
case Intersect:
12321232
s.Sub = sub
12331233
case IntersectOpt:
1234-
sub.Opt = append(sub.Opt)
12351234
s = sub
12361235
opt = true
12371236
default:

0 commit comments

Comments
 (0)