summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5C.c')
-rw-r--r--src/H5C.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5C.c b/src/H5C.c
index b934529..120dd7d 100644
--- a/src/H5C.c
+++ b/src/H5C.c
@@ -7026,7 +7026,7 @@ H5C_flush_single_entry(H5F_t * f,
}
/* Sanity check transfer mode */
- HDassert( xfer_mode == H5FD_MPIO_COLLECTIVE || IS_H5FD_FPHDF5(f) );
+ HDassert( xfer_mode == H5FD_MPIO_COLLECTIVE );
}
#endif /* NDEBUG */