Index: src/libchcore/TFileException.h =================================================================== diff -u -N -r8aaaa0a6febeeeb6dc7d93b859b58488c54ba5e6 -rad4fe0f8085b15527158073aa76eb2d9ef80b0e5 --- src/libchcore/TFileException.h (.../TFileException.h) (revision 8aaaa0a6febeeeb6dc7d93b859b58488c54ba5e6) +++ src/libchcore/TFileException.h (.../TFileException.h) (revision ad4fe0f8085b15527158073aa76eb2d9ef80b0e5) @@ -24,9 +24,6 @@ #include "TPath.h" #include "TCoreException.h" -#define THROW_FILE_EXCEPTION(error_code, native_error_code, path, msg)\ - throw chcore::TFileException(error_code, native_error_code, path, msg, __FILEW__, __LINE__, __FUNCTIONW__) - namespace chcore { class LIBCHCORE_API TFileException : public TCoreException