From 4c76239818f5159314f30883f98b977d30aaa26c Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 22 Jan 2021 15:09:26 +0000 Subject: Remove dead code (#10845) --- src/filesys.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/filesys.h') diff --git a/src/filesys.h b/src/filesys.h index b2c800c55..cfbfa02bf 100644 --- a/src/filesys.h +++ b/src/filesys.h @@ -85,9 +85,6 @@ void GetRecursiveSubPaths(const std::string &path, bool list_files, const std::set &ignore = {}); -// Tries to delete all, returns false if any failed -bool DeletePaths(const std::vector &paths); - // Only pass full paths to this one. True on success. bool RecursiveDeleteContent(const std::string &path); -- cgit v1.2.3