summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c++/src/H5PropList.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/c++/src/H5PropList.cpp b/c++/src/H5PropList.cpp
index 3982288..42d0c29 100644
--- a/c++/src/H5PropList.cpp
+++ b/c++/src/H5PropList.cpp
@@ -31,9 +31,7 @@ Description:
PropList::PropList( const hid_t plist_id ) : IdComponent(0)
{
if (H5I_GENPROP_CLS == H5Iget_type(plist_id)
- || plist_id==H5P_FILE_CREATE
|| plist_id==H5P_FILE_ACCESS
- || plist_id==H5P_DATASET_CREATE
|| plist_id==H5P_MOUNT) {
// call C routine to create the new property
id = H5Pcreate(plist_id);