summaryrefslogtreecommitdiffstats
path: root/c++/src/H5VarLenType.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5VarLenType.cpp')
-rw-r--r--c++/src/H5VarLenType.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/c++/src/H5VarLenType.cpp b/c++/src/H5VarLenType.cpp
index e8b7cbb..49f2cbd 100644
--- a/c++/src/H5VarLenType.cpp
+++ b/c++/src/H5VarLenType.cpp
@@ -146,12 +146,4 @@ VarLenType::decode() const
return (encoded_vltype);
}
-//--------------------------------------------------------------------------
-// Function: VarLenType destructor
-///\brief Properly terminates access to this datatype.
-//--------------------------------------------------------------------------
-VarLenType::~VarLenType()
-{
-}
-
} // namespace H5