From c9af965653db370645eba389644939be9e8ca265 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Mon, 4 Apr 2022 13:06:55 +0200 Subject: remove obsolete GetRecoverLogPath --- zenstore/compactcas.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'zenstore/compactcas.cpp') 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"; -- cgit v1.2.3