summaryrefslogtreecommitdiffstats
path: root/c++/src/H5FaccProp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5FaccProp.h')
-rw-r--r--c++/src/H5FaccProp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/src/H5FaccProp.h b/c++/src/H5FaccProp.h
index e632fab..1a4de40 100644
--- a/c++/src/H5FaccProp.h
+++ b/c++/src/H5FaccProp.h
@@ -16,9 +16,6 @@ class FileAccPropList : public PropList {
// Copy constructor: creates a copy of a FileAccPropList object
FileAccPropList( const FileAccPropList& orig );
- // Copies a file access property list using assignment statement.
- FileAccPropList& operator=( const FileAccPropList& rhs );
-
// Sets the low level file driver to use the functions
// declared in the stdio.h
// void setStdio() const;