aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-01-10 10:03:32 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-01-10 10:03:32 +0000
commit373acb16527ab02cadd4142fb0b6b2cc14a3ae6d (patch)
treed3e5ac3a2ed0aaf6b662b272a1fa076535147964 /searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.cpp
parentd839b8a1652ceecf091c41fcb9f4041fc5259d81 (diff)
Only provide a filter iterator if that is all that is needed.
Diffstat (limited to 'searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.cpp')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.cpp b/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.cpp
index 9e3b0bbde3e..7ae55a243f8 100644
--- a/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.cpp
+++ b/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.cpp
@@ -3,7 +3,6 @@
#include "imported_attribute_vector.h"
#include "imported_attribute_vector_read_guard.h"
#include "imported_search_context.h"
-#include <vespa/vespalib/util/exceptions.h>
namespace search::attribute {