diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/Outgoing.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp index ef41956cdf9..4474ae90d06 100644 --- a/cpp/src/Ice/Outgoing.cpp +++ b/cpp/src/Ice/Outgoing.cpp @@ -7,15 +7,6 @@ // // ********************************************************************** -#ifdef __INTEL_COMPILER -// -// COMPILERBUG: The Ice/exception test fails when this file is built -// with ICC 8.0.55 with -O1 or -O2. It would be nice to isolate and -// work-around this bug. -// -#pragma optimize("", off) -#endif - #include <Ice/Outgoing.h> #include <Ice/Object.h> #include <Ice/ConnectionI.h> |