From d1f409530db6f9b712fd672c4c3154cac7eebad1 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 1 Jun 2024 17:09:44 +0800 Subject: HALF WORK: refactor something and implement part of subprocess. --- include/cru/common/io/Stream.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/cru/common/io/Stream.h') diff --git a/include/cru/common/io/Stream.h b/include/cru/common/io/Stream.h index b8e324d1..9f9807ae 100644 --- a/include/cru/common/io/Stream.h +++ b/include/cru/common/io/Stream.h @@ -13,9 +13,6 @@ class CRU_BASE_API StreamOperationNotSupportedException : public Exception { public: explicit StreamOperationNotSupportedException(String operation); - CRU_DEFAULT_COPY(StreamOperationNotSupportedException) - CRU_DEFAULT_MOVE(StreamOperationNotSupportedException) - CRU_DEFAULT_DESTRUCTOR(StreamOperationNotSupportedException) public: @@ -34,9 +31,6 @@ class CRU_BASE_API StreamAlreadyClosedException : public Exception { public: StreamAlreadyClosedException(); - CRU_DEFAULT_COPY(StreamAlreadyClosedException) - CRU_DEFAULT_MOVE(StreamAlreadyClosedException) - CRU_DEFAULT_DESTRUCTOR(StreamAlreadyClosedException) static void Check(bool closed); -- cgit v1.2.3