summaryrefslogtreecommitdiffstats
path: root/c++/src/H5IntType.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5IntType.cpp')
-rw-r--r--c++/src/H5IntType.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/c++/src/H5IntType.cpp b/c++/src/H5IntType.cpp
index 87a287f..7c8b7d3 100644
--- a/c++/src/H5IntType.cpp
+++ b/c++/src/H5IntType.cpp
@@ -182,12 +182,4 @@ IntType::setSign(H5T_sign_t sign) const
}
}
-//--------------------------------------------------------------------------
-// Function: IntType destructor
-///\brief Noop destructor.
-//--------------------------------------------------------------------------
-IntType::~IntType()
-{
-}
-
} // namespace H5