aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/document_iterator
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-10-16 15:23:34 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-10-16 15:23:34 +0200
commit4212fd3322a4ceda70fae85b1d600fd953d5c800 (patch)
tree7c9a05a5a513f2f4f2e7c24b17a94344ee2a6266 /searchcore/src/tests/proton/document_iterator
parent702f3dab71f8d7e628cd6cd6b653ecfa72d4df66 (diff)
Stop using PartitionId in searchcore module.
Diffstat (limited to 'searchcore/src/tests/proton/document_iterator')
-rw-r--r--searchcore/src/tests/proton/document_iterator/document_iterator_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/document_iterator/document_iterator_test.cpp b/searchcore/src/tests/proton/document_iterator/document_iterator_test.cpp
index ec314c50f4a..483e6719257 100644
--- a/searchcore/src/tests/proton/document_iterator/document_iterator_test.cpp
+++ b/searchcore/src/tests/proton/document_iterator/document_iterator_test.cpp
@@ -46,7 +46,6 @@ using storage::spi::DocEntry;
using storage::spi::DocumentSelection;
using storage::spi::IncludedVersions;
using storage::spi::IterateResult;
-using storage::spi::PartitionId;
using storage::spi::Selection;
using storage::spi::Timestamp;
using storage::spi::test::makeSpiBucket;