summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DxferProp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5DxferProp.h')
-rw-r--r--c++/src/H5DxferProp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/c++/src/H5DxferProp.h b/c++/src/H5DxferProp.h
index 2e7f51a..bb25862 100644
--- a/c++/src/H5DxferProp.h
+++ b/c++/src/H5DxferProp.h
@@ -15,10 +15,6 @@ class DSetMemXferPropList : public PropList {
// Copy constructor: creates a copy of a DSetMemXferPropList object
DSetMemXferPropList( const DSetMemXferPropList& orig );
- // Copies a dataset memory and transfer property list using
- // assignment statement
- DSetMemXferPropList& operator=( const DSetMemXferPropList& rhs );
-
// Sets type conversion and background buffers
void setBuffer( size_t size, void* tconv, void* bkg ) const;