diff options
Diffstat (limited to 'cpp/include/Ice/Exception.h')
-rw-r--r-- | cpp/include/Ice/Exception.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/include/Ice/Exception.h b/cpp/include/Ice/Exception.h index 387477e2cdb..cb50bd2a9c1 100644 --- a/cpp/include/Ice/Exception.h +++ b/cpp/include/Ice/Exception.h @@ -50,7 +50,6 @@ public: static const std::string& ice_staticId(); }; - // // Base class for all Ice user exceptions // @@ -77,7 +76,6 @@ protected: virtual void _readImpl(::Ice::InputStream*) {} }; - // // Base class for all Ice system exceptions // |