Skip to content

Commit 7c5baaa

Browse files
committed
Remove dead code.
1 parent c7c8d97 commit 7c5baaa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/knowledge/query_expression_builder.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ type SQLExpressionVisitor struct {
6363
expression string
6464
}
6565

66-
func (sev *SQLExpressionVisitor) OnRelationshipsPattern(e query.QueryRelationshipsPattern) error {
67-
fmt.Println("relationships pattern")
68-
return fmt.Errorf("relationships")
69-
}
70-
7166
func (sev *SQLExpressionVisitor) OnVariable(name string) error {
7267
sev.variableName = new(string)
7368
*sev.variableName = name

0 commit comments

Comments
 (0)