diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-04-20 20:11:47 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-04-20 20:59:05 (GMT) |
commit | cbab16c8f2767de8f8786a85903e0c4299abe99f (patch) | |
tree | 5cfde004b87bccc97b1d1590c68cc409cf050767 /src | |
parent | 2b936c79e24e292470f135ac50161349077e8f93 (diff) | |
download | hdf5-cbab16c8f2767de8f8786a85903e0c4299abe99f.zip hdf5-cbab16c8f2767de8f8786a85903e0c4299abe99f.tar.gz hdf5-cbab16c8f2767de8f8786a85903e0c4299abe99f.tar.bz2 |
The cache_image test shows a skipped message about EoC in parallel.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Pfapl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c index 9e275b8..0ab0433 100644 --- a/src/H5Pfapl.c +++ b/src/H5Pfapl.c @@ -4399,7 +4399,6 @@ H5Pset_evict_on_close( FUNC_ENTER_API(FAIL) H5TRACE2("e", "ib", fapl_id, evict_on_close); - /* Compare the property list's class against the other class */ if(TRUE != H5P_isa_class(fapl_id, H5P_FILE_ACCESS)) HGOTO_ERROR(H5E_PLIST, H5E_CANTREGISTER, FAIL, "property list is not a file access plist") |