Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges committed Nov 22, 2020
1 parent a0b58c2 commit cfa92bb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions hack/generator/pkg/astbuilder/comments.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ func AddComment(commentList *ast.Decorations, comment string) {
line = "//" + line
}

/*
if *commentList == nil {
line = "\n" + line
}
*/

commentList.Append(line)
}

Expand Down

0 comments on commit cfa92bb

Please sign in to comment.