Skip to content

Commit

Permalink
cleaned up code comments from compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Smith committed Sep 8, 2024
1 parent 7fa83c5 commit 7d6034a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/compiler/compile.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ func (c *Compiler) parseCatalog(schemas []string) error {
continue
}
for i, stmt := range stmts {
// Lets just parse the metadata annotations and pass them in.
// Update will use them on Types we deem neccesary.
// Can either be metadata or just a raw []strings
_, rawSQL, err := getRaw(stmt.Raw, src)
if err != nil {
return err
Expand Down

0 comments on commit 7d6034a

Please sign in to comment.