summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/storeonlyfeedview/storeonlyfeedview_test.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-11-10 23:23:50 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-11-11 12:02:30 +0100
commit0b2c29fdbcf7cf732b4e4e94535311a7e20080a7 (patch)
treec3325e7cd008ecd79af64727d27d4482c60a833f /searchcore/src/tests/proton/documentdb/storeonlyfeedview/storeonlyfeedview_test.cpp
parentaced158bbe59aad8b6c2f42de6ab35c0e7cb1f81 (diff)
Remove IGidCompare interface.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/storeonlyfeedview/storeonlyfeedview_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/storeonlyfeedview/storeonlyfeedview_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentdb/storeonlyfeedview/storeonlyfeedview_test.cpp b/searchcore/src/tests/proton/documentdb/storeonlyfeedview/storeonlyfeedview_test.cpp
index c874ce5e84a..f6d2842accf 100644
--- a/searchcore/src/tests/proton/documentdb/storeonlyfeedview/storeonlyfeedview_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/storeonlyfeedview/storeonlyfeedview_test.cpp
@@ -202,7 +202,6 @@ struct FixtureBase {
metaStore(std::make_shared<DocumentMetaStore>(std::make_shared<BucketDBOwner>(),
DocumentMetaStore::getFixedName(),
search::GrowStrategy(),
- std::make_shared<DocumentMetaStore::DefaultGidCompare>(),
subDbType)),
sharedExecutor(1, 0x10000),
writeService(sharedExecutor),