aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-01-02 12:31:14 +0100
committerGitHub <noreply@github.com>2020-01-02 12:31:14 +0100
commitf99cc639f79f5a0d3e53770d54c086f5a789a9f4 (patch)
treecac3f6293bdfa4f8ddc91b73a1827fddc4da0dbd /searchcore
parent604fe61db9d463d5fbc68b6df058036bd49f6f1a (diff)
parent0add3c8d5e96cdad7848c602125da9e4b8005107 (diff)
Merge pull request #11623 from vespa-engine/toregge/remove-unused-term-index-constant
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;