We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ced8f commit afd4762Copy full SHA for afd4762
1 file changed
query.go
@@ -985,15 +985,6 @@ type logicalQuery struct {
985
}
986
987
func (l *logicalQuery) Select(t iterator) NodeNavigator {
988
- // When a XPath expr is logical expression.
989
- node := t.Current().Copy()
990
- val := l.Evaluate(t)
991
- switch val.(type) {
992
- case bool:
993
- if val.(bool) == true {
994
- return node
995
- }
996
997
return nil
998
999
0 commit comments