summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2021-10-19 13:35:19 +0000
committerArne H Juul <arnej@yahooinc.com>2021-10-19 13:35:19 +0000
commit765d397cb65fdb3205c7ac5921fc89449c86bf07 (patch)
tree396700d31db83cbd9fe84dcdf1f8614667857fd9
parent0c305b40fe616784f0036aa1c1112807585f7ae4 (diff)
remove leftovers
-rw-r--r--searchlib/src/vespa/searchlib/queryeval/leaf_blueprints.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/queryeval/leaf_blueprints.h b/searchlib/src/vespa/searchlib/queryeval/leaf_blueprints.h
index 61b173fa5b2..7a1d8f3d253 100644
--- a/searchlib/src/vespa/searchlib/queryeval/leaf_blueprints.h
+++ b/searchlib/src/vespa/searchlib/queryeval/leaf_blueprints.h
@@ -27,8 +27,6 @@ class AlwaysTrueBlueprint : public SimpleLeafBlueprint
protected:
SearchIterator::UP createLeafSearch(const search::fef::TermFieldMatchDataArray &tfmda, bool strict) const override;
public:
- //AlwaysTrueBlueprint(const FieldSpecBaseList &fields);
- //AlwaysTrueBlueprint(const FieldSpecBase &field);
AlwaysTrueBlueprint();
SearchIterator::UP createFilterSearch(bool strict, FilterConstraint constraint) const override;
};