From 2e61b9b6258f29c03cb3b0da48282f3a87590702 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 27 Nov 2023 10:33:00 -0500 Subject: add upstream 13.2 --- zen/file_access.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'zen/file_access.cpp') diff --git a/zen/file_access.cpp b/zen/file_access.cpp index 6a8a36da..22129157 100644 --- a/zen/file_access.cpp +++ b/zen/file_access.cpp @@ -349,9 +349,6 @@ void zen::moveAndRenameItem(const Zstring& pathFrom, const Zstring& pathTo, bool } } - - - namespace { void setWriteTimeNative(const Zstring& itemPath, const timespec& modTime, ProcSymlink procSl) //throw FileError -- cgit