diff options
author | Mark Spruiell <mes@zeroc.com> | 2012-11-02 15:00:03 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2012-11-02 15:00:03 -0700 |
commit | 202a1eecc130b8ae52c5ad193c75a38b2f7e043a (patch) | |
tree | f028bea0c2a3973889425e18bb85fff3e13f99bb /cpp/src/Ice/BasicStream.cpp | |
parent | Fixed ICE-4921 - IceBox service icon still shows the running icon when IceBox... (diff) | |
download | ice-202a1eecc130b8ae52c5ad193c75a38b2f7e043a.tar.bz2 ice-202a1eecc130b8ae52c5ad193c75a38b2f7e043a.tar.xz ice-202a1eecc130b8ae52c5ad193c75a38b2f7e043a.zip |
minor fixes to comments
Diffstat (limited to 'cpp/src/Ice/BasicStream.cpp')
-rw-r--r-- | cpp/src/Ice/BasicStream.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/BasicStream.cpp b/cpp/src/Ice/BasicStream.cpp index b4f2753802f..a86352dc009 100644 --- a/cpp/src/Ice/BasicStream.cpp +++ b/cpp/src/Ice/BasicStream.cpp @@ -2296,7 +2296,6 @@ IceInternal::BasicStream::EncapsDecoder::throwException(const UserExceptionFacto // try { - assert(exceptionFactory); exceptionFactory->createAndThrow(_typeId); } catch(UserException& ex) |