summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-04-20 20:11:47 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-04-20 20:11:47 (GMT)
commit5ed622b9ca432f1b440e8903680695ac83e28301 (patch)
tree27aa293f46eefbad7c00a0f7738075cdbc401068 /src/H5Pfapl.c
parentb17aea2338325f02317d42bce0d534374b288bca (diff)
downloadhdf5-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/H5Pfapl.c')
-rw-r--r--src/H5Pfapl.c1
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")