diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-12-04 17:32:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-12-04 17:32:43 (GMT) |
commit | a21800d2f25ecd848285ddb00391219fe3b764d3 (patch) | |
tree | e1267b801d4da408d0bf70c758bf12808cbfdf3a /src/H5Oalloc.c | |
parent | c76724db391db20392c19feed3430da2a8059340 (diff) | |
download | hdf5-a21800d2f25ecd848285ddb00391219fe3b764d3.zip hdf5-a21800d2f25ecd848285ddb00391219fe3b764d3.tar.gz hdf5-a21800d2f25ecd848285ddb00391219fe3b764d3.tar.bz2 |
[svn-r13020] Description:
Make number of attributes tracking in object header prefix "live"
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5Oalloc.c')
-rw-r--r-- | src/H5Oalloc.c | 3 |
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; |