aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";