diff options
Diffstat (limited to 'src/common/platform/unix/ErrnoException.cpp')
-rw-r--r-- | src/common/platform/unix/ErrnoException.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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 |