summaryrefslogtreecommitdiffstats
path: root/c++/test/h5cpputil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/test/h5cpputil.cpp')
-rw-r--r--c++/test/h5cpputil.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/c++/test/h5cpputil.cpp b/c++/test/h5cpputil.cpp
index c3feefa..933aa7d 100644
--- a/c++/test/h5cpputil.cpp
+++ b/c++/test/h5cpputil.cpp
@@ -198,13 +198,6 @@ InvalidActionException::InvalidActionException(const H5std_string &func, const H
}
//--------------------------------------------------------------------------
-// Function: InvalidActionException destructor
-//--------------------------------------------------------------------------
-InvalidActionException::~InvalidActionException() throw()
-{
-}
-
-//--------------------------------------------------------------------------
// Function: TestFailedException default constructor
//--------------------------------------------------------------------------
TestFailedException::TestFailedException() : Exception()
@@ -225,10 +218,3 @@ TestFailedException::TestFailedException(const H5std_string &func, const H5std_s
: Exception(func, message)
{
}
-
-//--------------------------------------------------------------------------
-// Function: TestFailedException destructor
-//--------------------------------------------------------------------------
-TestFailedException::~TestFailedException() throw()
-{
-}