Skip to content

Commit be84f0d

Browse files
committed
refactor(ast): Removed redundant type ast.DistinctExpr (no parsers which produces instance of this type)
1 parent 2e0435c commit be84f0d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

internal/sql/ast/typedefs.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ func (n *AclMode) Pos() int {
88
return 0
99
}
1010

11-
type DistinctExpr OpExpr
12-
13-
func (n *DistinctExpr) Pos() int {
14-
return 0
15-
}
16-
1711
type NullIfExpr OpExpr
1812

1913
func (n *NullIfExpr) Pos() int {

0 commit comments

Comments
 (0)