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:11:47 (GMT) |
commit | 5ed622b9ca432f1b440e8903680695ac83e28301 (patch) | |
tree | 27aa293f46eefbad7c00a0f7738075cdbc401068 /src | |
parent | b17aea2338325f02317d42bce0d534374b288bca (diff) | |
download | hdf5-5ed622b9ca432f1b440e8903680695ac83e28301.zip hdf5-5ed622b9ca432f1b440e8903680695ac83e28301.tar.gz hdf5-5ed622b9ca432f1b440e8903680695ac83e28301.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 8bd53a9..e47a4b0 100644 --- a/src/H5Pfapl.c +++ b/src/H5Pfapl.c @@ -4401,7 +4401,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") |