summaryrefslogtreecommitdiffstats
path: root/src/H5Oalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Oalloc.c')
-rw-r--r--src/H5Oalloc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Oalloc.c b/src/H5Oalloc.c
index af1a4a0..1807a14 100644
--- a/src/H5Oalloc.c
+++ b/src/H5Oalloc.c
@@ -893,9 +893,6 @@ H5O_alloc(H5F_t *f,
/* Mark the object header as modified */
*oh_flags_ptr |= H5AC__DIRTIED_FLAG;
-#ifdef H5O_DEBUG
-H5O_assert(oh);
-#endif /* H5O_DEBUG */
/* Set return value */
ret_value = idx;