diff options
Diffstat (limited to 'c++/src/H5FcreatProp.cpp')
-rw-r--r-- | c++/src/H5FcreatProp.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/c++/src/H5FcreatProp.cpp b/c++/src/H5FcreatProp.cpp index 41ec360..9d5c1d6 100644 --- a/c++/src/H5FcreatProp.cpp +++ b/c++/src/H5FcreatProp.cpp @@ -19,14 +19,6 @@ FileCreatPropList::FileCreatPropList() : PropList( H5P_FILE_CREATE ) {} // Copy constructor: makes a copy of the original FileCreatPropList object; FileCreatPropList::FileCreatPropList( const FileCreatPropList& orig ) : PropList( orig ) {} -// Copies a file create property list using assignment statement -// Notes: can this be inherited from PropList??? and copy or operator=??? -FileCreatPropList& FileCreatPropList::operator=( const FileCreatPropList& rhs ) -{ - copy (rhs); - return( *this ); -} - void FileCreatPropList::getVersion( int& boot, int& freelist, int& stab, int& shhdr ) const { |