diff options
author | James Laird <jlaird@hdfgroup.org> | 2007-01-08 14:54:12 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2007-01-08 14:54:12 (GMT) |
commit | 77a2e54459cee60effc94513bdb047dbf2ef847b (patch) | |
tree | 810b00b0eb408c86d3edce96884c61ab851c6516 /src/H5Omessage.c | |
parent | 7fc6a486b94dcd8eff19db8816d9ab3b0bbeb440 (diff) | |
download | hdf5-77a2e54459cee60effc94513bdb047dbf2ef847b.zip hdf5-77a2e54459cee60effc94513bdb047dbf2ef847b.tar.gz hdf5-77a2e54459cee60effc94513bdb047dbf2ef847b.tar.bz2 |
[svn-r13119] More code cleanup. Made shared messages zero-indexed instead of
one-indexed. Changed the names of some constants to be more consistent.
Tested on juniper, smirom, and copper.
Diffstat (limited to 'src/H5Omessage.c')
-rw-r--r-- | src/H5Omessage.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Omessage.c b/src/H5Omessage.c index 515e131..c7979d4 100644 --- a/src/H5Omessage.c +++ b/src/H5Omessage.c @@ -307,8 +307,6 @@ done: * *------------------------------------------------------------------------- */ -/* JAMES: this will probably get put through its paces when extending shared - * dataspaces */ herr_t H5O_msg_write(H5O_loc_t *loc, unsigned type_id, unsigned overwrite, unsigned mesg_flags, unsigned update_flags, void *mesg, hid_t dxpl_id) @@ -1362,7 +1360,6 @@ H5O_msg_iterate_real(H5F_t *f, H5O_t *oh, const H5O_msg_class_t *type, } /* end if */ else { /* If the message is shared, get the real message it points to */ - /* JAMES: test */ if(idx_msg->flags & H5O_MSG_FLAG_SHARED) { if(NULL == (native_mesg = H5O_shared_read(f, dxpl_id, idx_msg->native, idx_msg->type, NULL))) |