Skip to content

Commit

Permalink
chore: remove unused type
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Apr 18, 2024
1 parent fc96abe commit b22d484
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions go/vt/vttablet/sandboxconn/sandboxconn.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,6 @@ type SandboxConn struct {
parser *sqlparser.Parser
}

type UDF struct {
Name string
Aggregating bool
Type querypb.Type
}

type SchemaResult struct {
TablesAndViews map[string]string
UDFs []*querypb.UDFInfo
Expand Down

0 comments on commit b22d484

Please sign in to comment.