summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2012-09-19 12:11:40 -0400
committerBernard Normier <bernard@zeroc.com>2012-09-19 12:11:40 -0400
commit8934e693c4818162a527965812c4bd434eff1ef2 (patch)
tree60a36fd44cc071ef0a1842415d4f0d0a1da8e64a /cpp
parentPartial fix for ICE-3393: (diff)
downloadice-8934e693c4818162a527965812c4bd434eff1ef2.tar.bz2
ice-8934e693c4818162a527965812c4bd434eff1ef2.tar.xz
ice-8934e693c4818162a527965812c4bd434eff1ef2.zip
Reverted temp debug addition to StreamI.cpp
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Ice/StreamI.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/Ice/StreamI.cpp b/cpp/src/Ice/StreamI.cpp
index e533b77ceda..431926d64b0 100644
--- a/cpp/src/Ice/StreamI.cpp
+++ b/cpp/src/Ice/StreamI.cpp
@@ -702,13 +702,6 @@ void
ObjectReader::__read(BasicStream* is)
{
InputStreamI* stream = reinterpret_cast<InputStreamI*>(is->closure());
-
- if(stream == 0)
- {
- Ice::ObjectNotExistException ex(__FILE__, __LINE__);
- cerr << ex.ice_stackTrace() << endl;
- }
-
assert(stream);
read(stream);
}