From 90feae14e708fbb0b313503a6e76cfbd77f94ce1 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 5 Oct 2023 21:46:34 +0800 Subject: ... --- src/common/platform/unix/ErrnoException.cpp | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/common/platform/unix/ErrnoException.cpp (limited to 'src/common/platform/unix/ErrnoException.cpp') diff --git a/src/common/platform/unix/ErrnoException.cpp b/src/common/platform/unix/ErrnoException.cpp deleted file mode 100644 index 06c42ff6..00000000 --- a/src/common/platform/unix/ErrnoException.cpp +++ /dev/null @@ -1,5 +0,0 @@ -#include "cru/common/platform/unix/ErrnoException.h" - -namespace cru::platform::unix { -// Moved to Exception.cpp -} // namespace cru::platform::unix -- cgit v1.2.3