aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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