summaryrefslogtreecommitdiff
path: root/src/cppunit/Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit/Exception.cpp')
-rw-r--r--src/cppunit/Exception.cpp14
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