summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-06-08 11:40:54 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-06-08 11:40:54 +0200
commitf8e0f8331b71135b1821c00ac6afff48b128b285 (patch)
treea7f02a8325c6020f6d626b0fa1f34c45d5f5be2e /searchlib
parenta8e278708a1e853b0a6eb304643e61c51c8313d1 (diff)
Remove unused variable in attribute blueprint test.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/tests/attribute/searchable/attributeblueprint_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/tests/attribute/searchable/attributeblueprint_test.cpp b/searchlib/src/tests/attribute/searchable/attributeblueprint_test.cpp
index cb2bc1ee752..5e633dcc97d 100644
--- a/searchlib/src/tests/attribute/searchable/attributeblueprint_test.cpp
+++ b/searchlib/src/tests/attribute/searchable/attributeblueprint_test.cpp
@@ -58,7 +58,6 @@ using namespace search;
namespace {
const string field = "field";
-const int32_t weight = 1;
class MyAttributeManager : public IAttributeManager {
AttributeVector::SP _attribute_vector;