aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-01-29 15:00:15 +0100
committerGitHub <noreply@github.com>2023-01-29 15:00:15 +0100
commitf8ae7ad4dd02149082286ceed8b1682b93e2e3da (patch)
tree4cac92bb39bf60aae8059db6e60201aff68cbd06
parentcbe4909b5d23dcee552d6777733387966053d25a (diff)
parentd7348c4779c7530637afdc9ca39a82168229ed07 (diff)
Merge pull request #25781 from vespa-engine/toregge/remove-unused-variable-in-searchcore-docsummary-unit-test
Remove unused variable in searchcore docsummary unit test.
-rw-r--r--searchcore/src/tests/proton/docsummary/docsummary_test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/searchcore/src/tests/proton/docsummary/docsummary_test.cpp b/searchcore/src/tests/proton/docsummary/docsummary_test.cpp
index fbe9de4e767..020f4ff42c1 100644
--- a/searchcore/src/tests/proton/docsummary/docsummary_test.cpp
+++ b/searchcore/src/tests/proton/docsummary/docsummary_test.cpp
@@ -733,10 +733,6 @@ const std::string TERM_INDEX = "\357\277\272";
const std::string TERM_END = "\357\277\273";
const std::string TERM_SEP = "\037";
const std::string TERM_EMPTY;
-namespace
-{
-const std::string empty;
-}
TEST_F("requireThatAnnotationsAreUsed", Fixture)
{