aboutsummaryrefslogtreecommitdiff
path: root/zenstore/compactcas.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-04-04 13:26:19 +0200
committerDan Engelbrecht <[email protected]>2022-04-04 13:26:19 +0200
commit76368004f0b70d137c13f088c22c68566829ccde (patch)
tree5ea75d21616b7120660aa7ffc357df779eedda24 /zenstore/compactcas.cpp
parentremove obsolete GetRecoverLogPath (diff)
downloadzen-76368004f0b70d137c13f088c22c68566829ccde.tar.xz
zen-76368004f0b70d137c13f088c22c68566829ccde.zip
remove GetTempLogPath
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 357434f2a..8078bc56f 100644
--- a/zenstore/compactcas.cpp
+++ b/zenstore/compactcas.cpp
@@ -88,11 +88,6 @@ namespace {
return GetBasePath(RootPath, ContainerBaseName) / (ContainerBaseName + LogExtension);
}
- std::filesystem::path GetTempLogPath(const std::filesystem::path& RootPath, const std::string& ContainerBaseName)
- {
- return GetBasePath(RootPath, ContainerBaseName) / (ContainerBaseName + ".tmp" + LogExtension);
- }
-
std::filesystem::path GetBlocksBasePath(const std::filesystem::path& RootPath, const std::string& ContainerBaseName)
{
return GetBasePath(RootPath, ContainerBaseName) / "blocks";