Skip to content

Commit

Permalink
Remove unused ComplexTypes map
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyeats committed Nov 15, 2023
1 parent 3f2a4e3 commit 33022e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/converters/converters.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ var Converters = map[string]Converter{
},
}

var ComplexTypes = []string{"Map"}
var ClickhouseConverters = ClickHouseConverters()

func ClickHouseConverters() []sqlutil.Converter {
Expand Down

0 comments on commit 33022e6

Please sign in to comment.