summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DcreatProp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5DcreatProp.h')
-rw-r--r--c++/src/H5DcreatProp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/src/H5DcreatProp.h b/c++/src/H5DcreatProp.h
index 5fa67ee..b4e1e9a 100644
--- a/c++/src/H5DcreatProp.h
+++ b/c++/src/H5DcreatProp.h
@@ -16,9 +16,6 @@ class DSetCreatPropList : public PropList {
// often used by the compiler when passing by value occurs.
DSetCreatPropList( const DSetCreatPropList& orig );
- // Copies a dataset creation property list using assignment statement
- DSetCreatPropList& operator=( const DSetCreatPropList& rhs );
-
// Sets the type of storage used to store the raw data for the
// dataset that uses this property list
void setLayout(hid_t plist, H5D_layout_t layout ) const;