aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-10-30 15:31:08 +0100
committerTor Egge <Tor.Egge@online.no>2023-10-30 15:31:08 +0100
commit207357c8dab95071586c805502eb5391506f330c (patch)
tree534c3a4d3f8cd4be4b033c466c7d9c08ee569acb /searchsummary
parent1b2aa2aa93b600cfd26e3f1920c9c63ab7ddf609 (diff)
Remove unneeded using statement.
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/tests/docsummary/attribute_tokens_dfw/attribute_tokens_dfw_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchsummary/src/tests/docsummary/attribute_tokens_dfw/attribute_tokens_dfw_test.cpp b/searchsummary/src/tests/docsummary/attribute_tokens_dfw/attribute_tokens_dfw_test.cpp
index 82903d591cd..bac817077c4 100644
--- a/searchsummary/src/tests/docsummary/attribute_tokens_dfw/attribute_tokens_dfw_test.cpp
+++ b/searchsummary/src/tests/docsummary/attribute_tokens_dfw/attribute_tokens_dfw_test.cpp
@@ -9,7 +9,6 @@
#include <vespa/log/log.h>
LOG_SETUP("attribute_tokens_dfw_test");
-using search::attribute::BasicType;
using search::attribute::CollectionType;
using search::docsummary::AttributeTokensDFW;
using search::docsummary::GetDocsumsState;