diff options
Diffstat (limited to 'c++/src/H5FcreatProp.h')
-rw-r--r-- | c++/src/H5FcreatProp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/src/H5FcreatProp.h b/c++/src/H5FcreatProp.h index f40553f..503caca 100644 --- a/c++/src/H5FcreatProp.h +++ b/c++/src/H5FcreatProp.h @@ -16,9 +16,6 @@ class FileCreatPropList : public PropList { // Copy constructor: creates a copy of a FileCreatPropList object FileCreatPropList( const FileCreatPropList& orig ); - // Copies a file creation property list using assignment statement - FileCreatPropList& operator=( const FileCreatPropList& rhs ); - // Retrieves version information for various parts of a file. void getVersion( int& boot, int& freelist, int& stab, int& shhdr ) const; |