aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/query/compiler.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/query/compiler.go')
-rw-r--r--pkg/query/compiler.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/query/compiler.go b/pkg/query/compiler.go
index 9edfeb5..1e946a6 100644
--- a/pkg/query/compiler.go
+++ b/pkg/query/compiler.go
@@ -99,10 +99,6 @@ func (s Statements) buildCompile(b *strings.Builder, delim string) ([]any, error
} else {
opStr = "!= "
}
- case OP_PIPE:
- opStr = "?op_pipe "
- case OP_ARG:
- opStr = "?op_arg "
default:
return nil, &CompileError{
fmt.Sprintf("unexpected query.opType %#v", op),