diff options
author | Bernard Normier <bernard@zeroc.com> | 2012-09-19 12:11:40 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2012-09-19 12:11:40 -0400 |
commit | 8934e693c4818162a527965812c4bd434eff1ef2 (patch) | |
tree | 60a36fd44cc071ef0a1842415d4f0d0a1da8e64a /cpp/src | |
parent | Partial fix for ICE-3393: (diff) | |
download | ice-8934e693c4818162a527965812c4bd434eff1ef2.tar.bz2 ice-8934e693c4818162a527965812c4bd434eff1ef2.tar.xz ice-8934e693c4818162a527965812c4bd434eff1ef2.zip |
Reverted temp debug addition to StreamI.cpp
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/StreamI.cpp | 7 |
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); } |