diff options
Diffstat (limited to 'cpp/src/FreezeScript/Exception.cpp')
-rw-r--r-- | cpp/src/FreezeScript/Exception.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/FreezeScript/Exception.cpp b/cpp/src/FreezeScript/Exception.cpp index 79f9efdff56..ba2f0a353d4 100644 --- a/cpp/src/FreezeScript/Exception.cpp +++ b/cpp/src/FreezeScript/Exception.cpp @@ -34,11 +34,7 @@ FreezeScript::FailureException::ice_name() const void FreezeScript::FailureException::ice_print(ostream& out) const { -#if defined(_MSC_VER) && (_MSC_VER < 1300) // VC++ 6 compiler bug - Exception::ice_print(out); -#else ::IceUtil::Exception::ice_print(out); -#endif out << ":\nerror occurred during transformation"; // TODO if(!_reason.empty()) { |