summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/predicate/predicate_zero_constraint_posting_list_test.cpp
diff options
context:
space:
mode:
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);