summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2016-11-24 14:27:21 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2016-11-25 12:16:35 +0000
commitf41889fdd3a489b85c2da8be81cad5a3cae4f188 (patch)
tree4b7cdbe1f56761b2ad1de98c17c7b101f9cb6221 /searchcore
parent9815d3ad28087327faff94263c75a62639c3ada1 (diff)
Remove references to old multivalue mapping.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/attribute_vector_explorer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/attribute_vector_explorer.cpp b/searchcore/src/vespa/searchcore/proton/attribute/attribute_vector_explorer.cpp
index e97f61b821f..c5496ecfa38 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/attribute_vector_explorer.cpp
+++ b/searchcore/src/vespa/searchcore/proton/attribute/attribute_vector_explorer.cpp
@@ -6,7 +6,6 @@ LOG_SETUP(".proton.attribute.attribute_vector_explorer");
#include "attribute_vector_explorer.h"
#include <vespa/searchlib/attribute/enumstorebase.h>
-#include <vespa/searchlib/attribute/multivaluemapping.h>
#include <vespa/searchlib/attribute/multi_value_mapping2.h>
#include <vespa/vespalib/data/slime/cursor.h>