Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cleaned up RawComments Parser
  • Loading branch information
Bruce Smith committed Sep 8, 2024
commit 7fa83c5ba66dac94ac8346adaa7f9f8341fb1d39
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