aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/predicate/predicate_zero_constraint_posting_list_test.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-02-08 15:03:19 +0100
committerTor Egge <Tor.Egge@broadpark.no>2019-02-08 15:03:19 +0100
commita276d7747b75819e1f0dd9f8793d267d65c16bf8 (patch)
tree43a981dc16eca4c045fe2a258882d0f0d0e7be6f /searchlib/src/tests/predicate/predicate_zero_constraint_posting_list_test.cpp
parentc4217d0b9a00af2bb3fb08f32df1651ed9c91c9f (diff)
Eliminate some clang warnings in searchlib
Diffstat (limited to 'searchlib/src/tests/predicate/predicate_zero_constraint_posting_list_test.cpp')
-rw-r--r--searchlib/src/tests/predicate/predicate_zero_constraint_posting_list_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/tests/predicate/predicate_zero_constraint_posting_list_test.cpp b/searchlib/src/tests/predicate/predicate_zero_constraint_posting_list_test.cpp
index 2d8f13a3a4c..e427c99c007 100644
--- a/searchlib/src/tests/predicate/predicate_zero_constraint_posting_list_test.cpp
+++ b/searchlib/src/tests/predicate/predicate_zero_constraint_posting_list_test.cpp
@@ -23,7 +23,6 @@ vespalib::GenerationHandler generation_handler;
vespalib::GenerationHolder generation_holder;
DummyDocIdLimitProvider limit_provider;
SimpleIndexConfig config;
-const uint64_t hash = 0x123;
TEST("require that empty posting list starts at 0.") {
PredicateIndex index(generation_handler, generation_holder, limit_provider, config, 8);