aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/platform/osx/Exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/common/platform/osx/Exception.hpp')
-rw-r--r--include/cru/common/platform/osx/Exception.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/cru/common/platform/osx/Exception.hpp b/include/cru/common/platform/osx/Exception.hpp
deleted file mode 100644
index 49527c69..00000000
--- a/include/cru/common/platform/osx/Exception.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-#include "../../PreConfig.hpp"
-#ifdef CRU_PLATFORM_OSX
-
-#include "../Exception.hpp"
-
-namespace cru::platform::osx {
-class OsxException : public PlatformException {
- public:
- using PlatformException::PlatformException;
-};
-} // namespace cru::platform::osx
-
-#endif