summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-12-19 08:56:04 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2018-12-19 12:09:41 +0000
commit443ccdff7143a659761b0e295e8f2f2ad60715e2 (patch)
treeeba7e9194541c0de50d23e3336564db62223e3a7 /searchcore
parent6b079a1349eb8bdb3768de25cd7ae163642d7035 (diff)
Use a bitvector for the single bit numeric attribute.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/documentmetastore/documentmetastore_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentmetastore/documentmetastore_test.cpp b/searchcore/src/tests/proton/documentmetastore/documentmetastore_test.cpp
index efdbb3b1991..bbe6db7733e 100644
--- a/searchcore/src/tests/proton/documentmetastore/documentmetastore_test.cpp
+++ b/searchcore/src/tests/proton/documentmetastore/documentmetastore_test.cpp
@@ -30,7 +30,6 @@ using search::DocumentMetaData;
using search::GrowStrategy;
using search::LidUsageStats;
using search::QueryTermSimple;
-using search::SingleValueBitNumericAttribute;
using search::TuneFileAttributes;
using search::attribute::SearchContextParams;
using search::fef::MatchData;