summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/proton/downpersistence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/apps/proton/downpersistence.cpp')
-rw-r--r--searchcore/src/apps/proton/downpersistence.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/searchcore/src/apps/proton/downpersistence.cpp b/searchcore/src/apps/proton/downpersistence.cpp
index 4b911eb6d2b..d4ec9cee395 100644
--- a/searchcore/src/apps/proton/downpersistence.cpp
+++ b/searchcore/src/apps/proton/downpersistence.cpp
@@ -98,12 +98,6 @@ UpdateResult DownPersistence::update(const Bucket&, Timestamp,
errorResult.getErrorMessage());
}
-Result
-DownPersistence::flush(const Bucket&, Context&)
-{
- return errorResult;
-}
-
GetResult
DownPersistence::get(const Bucket&, const document::FieldSet&,
const DocumentId&, Context&) const