aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2020-07-09 17:32:01 +0000
committerArne Juul <arnej@verizonmedia.com>2020-07-15 15:39:21 +0000
commit0137b1768e6998a90320af260917c6949fb4c77a (patch)
tree8892100eafd5479c8262297847ff3c46da2457b3 /streamingvisitors
parent136fd0405a7bee92a9ea3277a80618618094b425 (diff)
avoid getLocation for now
Diffstat (limited to 'streamingvisitors')
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/queryenvironment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamingvisitors/src/vespa/searchvisitor/queryenvironment.h b/streamingvisitors/src/vespa/searchvisitor/queryenvironment.h
index d02aa6f8c9b..b77562b8bbc 100644
--- a/streamingvisitors/src/vespa/searchvisitor/queryenvironment.h
+++ b/streamingvisitors/src/vespa/searchvisitor/queryenvironment.h
@@ -49,7 +49,7 @@ public:
}
// inherit documentation
- virtual const search::fef::Location & getLocation() const override { return _location; }
+ // virtual const search::fef::Location & getLocation() const override { return _location; }
std::vector<const search::fef::Location *> getAllLocations() const override {
std::vector<const search::fef::Location *> retval;