summaryrefslogtreecommitdiffstats
path: root/c++/src/H5CompType.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5CompType.cpp')
-rw-r--r--c++/src/H5CompType.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/c++/src/H5CompType.cpp b/c++/src/H5CompType.cpp
index 7bb66ea..c4143df 100644
--- a/c++/src/H5CompType.cpp
+++ b/c++/src/H5CompType.cpp
@@ -201,12 +201,6 @@ void CompType::insertMember( const string name, size_t offset, const DataType& n
}
}
-// Adds an array member to this compound datatype.
-void CompType::insertMember( const string member_name, size_t offset, int ndims, const size_t* dim, const int* perm, const DataType& new_member ) const
-{
- throw DataTypeIException( "Error: insertMember is no longer supported.");
-}
-
// Recursively removes padding from within a compound datatype.
void CompType::pack() const
{