diff options
Diffstat (limited to 'c++/src/H5DcreatProp.cpp')
-rw-r--r-- | c++/src/H5DcreatProp.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/c++/src/H5DcreatProp.cpp b/c++/src/H5DcreatProp.cpp index adaa046..39b653e 100644 --- a/c++/src/H5DcreatProp.cpp +++ b/c++/src/H5DcreatProp.cpp @@ -18,13 +18,6 @@ const DSetCreatPropList DSetCreatPropList::DEFAULT( H5P_DEFAULT ); // Copy constructor: makes a copy of the original DSetCreatPropList object; DSetCreatPropList::DSetCreatPropList( const DSetCreatPropList& orig ) : PropList( orig ) {} -// Copies a dataset creation property list using assignment statement -DSetCreatPropList& DSetCreatPropList::operator=( const DSetCreatPropList& rhs ) -{ - copy (rhs); - return( *this ); -} - // Sets the size of the chunks used to store a chunked layout dataset. void DSetCreatPropList::setChunk( int ndims, const hsize_t* dim ) const { |