summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5O.c')
-rw-r--r--src/H5O.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5O.c b/src/H5O.c
index 6e899fc..1b259ba 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -1038,7 +1038,6 @@ H5O_alloc (hdf5_file_t *f, H5O_t *oh, const H5O_class_t *type, size_t size)
/* check args */
assert (oh);
assert (type);
- assert (size>=0);
H5O_ALIGN (size, oh->alignment);
/* look for a null message which is large enough */