aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/buckethandler/buckethandler_test.cpp
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/documentdb/buckethandler/buckethandler_test.cpp
parent702f3dab71f8d7e628cd6cd6b653ecfa72d4df66 (diff)
Stop using PartitionId in searchcore module.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/buckethandler/buckethandler_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/buckethandler/buckethandler_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentdb/buckethandler/buckethandler_test.cpp b/searchcore/src/tests/proton/documentdb/buckethandler/buckethandler_test.cpp
index 4b548197ae1..0dbc860af04 100644
--- a/searchcore/src/tests/proton/documentdb/buckethandler/buckethandler_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/buckethandler/buckethandler_test.cpp
@@ -14,7 +14,6 @@ using document::BucketId;
using document::GlobalId;
using storage::spi::Bucket;
using storage::spi::BucketInfo;
-using storage::spi::PartitionId;
using storage::spi::Timestamp;
using storage::spi::test::makeSpiBucket;
using vespalib::ThreadStackExecutor;