diff options
| author | Dan Engelbrecht <[email protected]> | 2022-04-04 13:06:55 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-04-04 13:06:55 +0200 |
| commit | c9af965653db370645eba389644939be9e8ca265 (patch) | |
| tree | c22cfd0e804072ebcd75b15d3e65974451a60fd7 /zenstore/compactcas.cpp | |
| parent | always keep full log but read from index snapshot location if available (diff) | |
| download | zen-c9af965653db370645eba389644939be9e8ca265.tar.xz zen-c9af965653db370645eba389644939be9e8ca265.zip | |
remove obsolete GetRecoverLogPath
Diffstat (limited to 'zenstore/compactcas.cpp')
| -rw-r--r-- | zenstore/compactcas.cpp | 5 |
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"; |