Index: src/libchcore/TBaseException.h =================================================================== diff -u -N -rb26ced3298e3e7e51d91f3ac70b56746786da83b -rc1f7af79a52133c6d4b14944c3370288be7f5af5 --- src/libchcore/TBaseException.h (.../TBaseException.h) (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) +++ src/libchcore/TBaseException.h (.../TBaseException.h) (revision c1f7af79a52133c6d4b14944c3370288be7f5af5) @@ -32,10 +32,6 @@ { public: TBaseException(EGeneralErrors eErrorCode, const wchar_t* pszMsg, const wchar_t* pszFile, size_t stLineNumber, const wchar_t* pszFunction); - TBaseException(const TBaseException& rSrc); - - TBaseException& operator=(const TBaseException&); - virtual ~TBaseException(); // error information