aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/query/parser.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/query/parser.go')
-rw-r--r--pkg/query/parser.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/query/parser.go b/pkg/query/parser.go
index c52530e..73738fb 100644
--- a/pkg/query/parser.go
+++ b/pkg/query/parser.go
@@ -72,7 +72,6 @@ const (
// TODO: rename
type Valuer interface {
- // TODO: define
Type() valuerType
Compare(Valuer) int
buildCompile(*strings.Builder) (string, bool)