summaryrefslogtreecommitdiffstats
path: root/src/H5AC.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5AC.c')
-rw-r--r--src/H5AC.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5AC.c b/src/H5AC.c
index 55434b7..5eccf9e 100644
--- a/src/H5AC.c
+++ b/src/H5AC.c
@@ -518,7 +518,6 @@ H5AC_dest(H5F_t *f)
if(H5F_ACC_RDWR & H5F_INTENT(f))
if(H5AC__flush_entries(f) < 0)
HGOTO_ERROR(H5E_CACHE, H5E_CANTFLUSH, FAIL, "Can't flush")
-
#endif /* H5_HAVE_PARALLEL */
/* Destroy the cache */