diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5PropList.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c++/src/H5PropList.cpp b/c++/src/H5PropList.cpp index 42d0c29..907791a 100644 --- a/c++/src/H5PropList.cpp +++ b/c++/src/H5PropList.cpp @@ -31,7 +31,6 @@ Description: PropList::PropList( const hid_t plist_id ) : IdComponent(0) { if (H5I_GENPROP_CLS == H5Iget_type(plist_id) - || plist_id==H5P_FILE_ACCESS || plist_id==H5P_MOUNT) { // call C routine to create the new property id = H5Pcreate(plist_id); |