From 90feae14e708fbb0b313503a6e76cfbd77f94ce1 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 5 Oct 2023 21:46:34 +0800 Subject: ... --- include/cru/common/platform/unix/ErrnoException.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 include/cru/common/platform/unix/ErrnoException.h (limited to 'include/cru/common/platform/unix/ErrnoException.h') 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 -- cgit v1.2.3