diff options
Diffstat (limited to 'cpp')
-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); } |