aboutsummaryrefslogtreecommitdiff
path: root/zenstore/compactcas.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-04-04 13:06:55 +0200
committerDan Engelbrecht <[email protected]>2022-04-04 13:06:55 +0200
commitc9af965653db370645eba389644939be9e8ca265 (patch)
treec22cfd0e804072ebcd75b15d3e65974451a60fd7 /zenstore/compactcas.cpp
parentalways keep full log but read from index snapshot location if available (diff)
downloadzen-c9af965653db370645eba389644939be9e8ca265.tar.xz
zen-c9af965653db370645eba389644939be9e8ca265.zip
remove obsolete GetRecoverLogPath
Diffstat (limited to 'zenstore/compactcas.cpp')
-rw-r--r--zenstore/compactcas.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/zenstore/compactcas.cpp b/zenstore/compactcas.cpp
index c5f9ed80a..357434f2a 100644
--- a/zenstore/compactcas.cpp
+++ b/zenstore/compactcas.cpp
@@ -93,11 +93,6 @@ namespace {
return GetBasePath(RootPath, ContainerBaseName) / (ContainerBaseName + ".tmp" + LogExtension);
}
- std::filesystem::path GetRecoverLogPath(const std::filesystem::path& RootPath, const std::string& ContainerBaseName)
- {
- return GetBasePath(RootPath, ContainerBaseName) / (ContainerBaseName + ".recover" + LogExtension);
- }
-
std::filesystem::path GetBlocksBasePath(const std::filesystem::path& RootPath, const std::string& ContainerBaseName)
{
return GetBasePath(RootPath, ContainerBaseName) / "blocks";