aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/platform/unix/ErrnoException.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-10-05 21:46:34 +0800
committercrupest <crupest@outlook.com>2023-10-05 21:46:34 +0800
commit90feae14e708fbb0b313503a6e76cfbd77f94ce1 (patch)
tree254a6e453da9062c66862c42669afc9924378d42 /include/cru/common/platform/unix/ErrnoException.h
parenta5d07d55ef4395a5836fd0d2cd86b94290cb2d07 (diff)
downloadcru-90feae14e708fbb0b313503a6e76cfbd77f94ce1.tar.gz
cru-90feae14e708fbb0b313503a6e76cfbd77f94ce1.tar.bz2
cru-90feae14e708fbb0b313503a6e76cfbd77f94ce1.zip
...
Diffstat (limited to 'include/cru/common/platform/unix/ErrnoException.h')
-rw-r--r--include/cru/common/platform/unix/ErrnoException.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/cru/common/platform/unix/ErrnoException.h b/include/cru/common/platform/unix/ErrnoException.h
deleted file mode 100644
index 97edcc78..00000000
--- a/include/cru/common/platform/unix/ErrnoException.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-#include "../../PreConfig.h"
-
-#ifdef CRU_PLATFORM_UNIX
-
-#include "../Exception.h"
-
-namespace cru::platform::unix {
-// Moved to Exception.h
-using ErrnoException = cru::ErrnoException;
-} // namespace cru::platform::unix
-
-#endif