diff options
Diffstat (limited to 'src/cppunit/Exception.cpp')
| -rw-r--r-- | src/cppunit/Exception.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/cppunit/Exception.cpp b/src/cppunit/Exception.cpp index 2c01324..871a40a 100644 --- a/src/cppunit/Exception.cpp +++ b/src/cppunit/Exception.cpp @@ -116,18 +116,4 @@ Exception::clone() const } -bool -Exception::isInstanceOf( const Type &exceptionType ) const -{ - return exceptionType == type(); -} - - -Exception::Type -Exception::type() -{ - return Type( "CppUnit::Exception" ); -} - - } // namespace CppUnit |
