aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/platform
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/common/platform')
-rw-r--r--include/cru/common/platform/Exception.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/cru/common/platform/Exception.h b/include/cru/common/platform/Exception.h
index c1b649f3..74dd6ad4 100644
--- a/include/cru/common/platform/Exception.h
+++ b/include/cru/common/platform/Exception.h
@@ -7,9 +7,6 @@ class CRU_BASE_API PlatformException : public Exception {
public:
using Exception::Exception; // inherit constructors
- CRU_DEFAULT_COPY(PlatformException)
- CRU_DEFAULT_MOVE(PlatformException)
-
CRU_DEFAULT_DESTRUCTOR(PlatformException)
};
} // namespace cru::platform