summaryrefslogtreecommitdiffstats
path: root/c++/src/H5StrType.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5StrType.cpp')
-rw-r--r--c++/src/H5StrType.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/c++/src/H5StrType.cpp b/c++/src/H5StrType.cpp
index 2c47809..1b45814 100644
--- a/c++/src/H5StrType.cpp
+++ b/c++/src/H5StrType.cpp
@@ -290,12 +290,4 @@ StrType::setStrpad(H5T_str_t strpad) const
}
}
-//--------------------------------------------------------------------------
-// Function: StrType destructor
-///\brief Properly terminates access to this string datatype.
-//--------------------------------------------------------------------------
-StrType::~StrType()
-{
-}
-
} // namespace H5