aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2018-01-23 11:09:58 +0100
committerGitHub <noreply@github.com>2018-01-23 11:09:58 +0100
commitc2911c004dfc72677d348d137febb2339ec2ab18 (patch)
treedf8c064cfe520034207333c222e67b64e3509029 /searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h
parent10918d8a10c33e19c72eb60f3a2f1a3d30cb20b4 (diff)
Revert "Add imported tensor attribute vector"
Diffstat (limited to 'searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h b/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h
index 324ce4ec12b..7d272c42d9e 100644
--- a/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h
+++ b/searchlib/src/vespa/searchlib/attribute/imported_attribute_vector.h
@@ -86,7 +86,7 @@ public:
/*
* Create an imported attribute with a snapshot of lid to lid mapping.
*/
- virtual std::unique_ptr<ImportedAttributeVector> makeReadGuard(bool stableEnumGuard) const;
+ std::unique_ptr<ImportedAttributeVector> makeReadGuard(bool stableEnumGuard) const;
protected:
long onSerializeForAscendingSort(DocId doc, void * serTo, long available,
const common::BlobConverter * bc) const override;