From 01f13ac705f88583960aa9f2729ae0dfadfe079c Mon Sep 17 00:00:00 2001 From: Eric Promislow Date: Fri, 25 Apr 2025 09:30:07 -0700 Subject: [PATCH] Rebasing (or human error) duplicated 'NewSortList'. --- pkg/sqlcache/sqltypes/types.go | 6 ------ 1 file changed, 6 deletions(-) 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{}, - } -}