diff --git a/pkg/sqlcache/sqltypes/types.go b/pkg/sqlcache/sqltypes/types.go index dfc4205d..6c052648 100644 --- a/pkg/sqlcache/sqltypes/types.go +++ b/pkg/sqlcache/sqltypes/types.go @@ -76,9 +76,3 @@ func NewSortList() *SortList { SortDirectives: []Sort{}, } } - -func NewSortList() *SortList { - return &SortList{ - SortDirectives: []Sort{}, - } -}