aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-01-02 12:23:33 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-01-02 12:23:33 +0100
commit0add3c8d5e96cdad7848c602125da9e4b8005107 (patch)
treed7ab5be51ff8c5dcfde2ac9f7d38b85de92b4f6d /searchcore
parent6d7909e022817be11b5f088cbd1e537d9b71919d (diff)
Remove unused constant (term_index).
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/matching/query_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/matching/query_test.cpp b/searchcore/src/tests/proton/matching/query_test.cpp
index cc6d964219d..85234ea9725 100644
--- a/searchcore/src/tests/proton/matching/query_test.cpp
+++ b/searchcore/src/tests/proton/matching/query_test.cpp
@@ -157,7 +157,6 @@ const string phrase_term = "quux";
const Range range_term = Range(32, 47);
const int doc_count = 100;
const int field_id = 154;
-const uint32_t term_index = 23;
const uint32_t term_count = 8;
fef_test::IndexEnvironment plain_index_env;