summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/OutgoingAsync.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/OutgoingAsync.cpp')
-rw-r--r--cpp/src/Ice/OutgoingAsync.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/Ice/OutgoingAsync.cpp b/cpp/src/Ice/OutgoingAsync.cpp
index e72d0458603..2c6ad47d336 100644
--- a/cpp/src/Ice/OutgoingAsync.cpp
+++ b/cpp/src/Ice/OutgoingAsync.cpp
@@ -194,9 +194,6 @@ IceInternal::OutgoingAsyncMessageCallback::__warning(const InstancePtr& instance
if(ex)
{
out << "Ice::Exception raised by AMI callback:\n" << *ex;
-#ifdef __GNUC__
- out << "\n" << ex->ice_stackTrace();
-#endif
}
else
{