summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-11-18 03:21:30 +0000
committerMark Spruiell <mes@zeroc.com>2004-11-18 03:21:30 +0000
commitdf5c3c6c6e5162f29bf71db6fbe38311f458dbc7 (patch)
tree2ee8eb50447c5280dfeb826984006d9eae448710 /cpp/src
parentDB 4.3 upgrade, installer updates (diff)
downloadice-df5c3c6c6e5162f29bf71db6fbe38311f458dbc7.tar.bz2
ice-df5c3c6c6e5162f29bf71db6fbe38311f458dbc7.tar.xz
ice-df5c3c6c6e5162f29bf71db6fbe38311f458dbc7.zip
Intel 8.1 fixes
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/Outgoing.cpp9
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>