Skip to content

Commit 6984600

Browse files
committed
remove redundant comments
1 parent 84f1cda commit 6984600

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

astcopy.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,6 @@ func IndexListExpr(x *typeparams.IndexListExpr) *typeparams.IndexListExpr {
202202
if x == nil {
203203
return nil
204204
}
205-
// X Expr // expression
206-
// Lbrack token.Pos // position of "["
207-
// Indices []Expr // index expressions
208-
// Rbrack token.Pos // position of "]"
209205
cp := *x
210206
cp.X = copyExpr(x.X)
211207
cp.Indices = ExprList(x.Indices)

0 commit comments

Comments
 (0)