Skip to content

Commit

Permalink
cleaned up RawComments Parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Smith committed Sep 8, 2024
1 parent 3cf2580 commit 7fa83c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/source/code.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ func RawComments(rawSQL string, cs CommentSyntax) ([]string, error) {
continue
}

// rest := line[len(prefix):]
// rest = strings.TrimSuffix(rest, "*/")
comments = append(comments, line)
}
return comments, s.Err()
Expand Down

0 comments on commit 7fa83c5

Please sign in to comment.