diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2018-05-02 18:59:59 (GMT) |
---|---|---|
committer | Richard Warren <Richard.Warren@hdfgroup.org> | 2018-05-02 18:59:59 (GMT) |
commit | 05c3f1e20f009b58f4643f9ec0b970cdb41b0cef (patch) | |
tree | 55240a0b8573c21815bc8c0927e4eda7cd62e402 /src | |
parent | 0350bdfdff36afa0123f3d48d91d4ad699d29f9c (diff) | |
download | hdf5-05c3f1e20f009b58f4643f9ec0b970cdb41b0cef.zip hdf5-05c3f1e20f009b58f4643f9ec0b970cdb41b0cef.tar.gz hdf5-05c3f1e20f009b58f4643f9ec0b970cdb41b0cef.tar.bz2 |
A few remaining code cleanups
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Dvirtual.c | 6 | ||||
-rw-r--r-- | src/H5Olayout.c | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/src/H5Dvirtual.c b/src/H5Dvirtual.c index ed393c9..66cf9d1 100644 --- a/src/H5Dvirtual.c +++ b/src/H5Dvirtual.c @@ -807,12 +807,6 @@ H5D__virtual_insert_gh_obj(H5F_t *f, H5O_storage_virtual_t *storage) } /* end if */ -#if 0 - /* Heap information */ - H5F_addr_encode(f, &p, mesg->storage.u.virt.serial_list_hobjid.addr); - UINT32ENCODE(p, mesg->storage.u.virt.serial_list_hobjid.idx); -#endif - done: heap_block = (uint8_t *)H5MM_xfree(heap_block); str_size = (size_t *)H5MM_xfree(str_size); diff --git a/src/H5Olayout.c b/src/H5Olayout.c index 99e8ba7..ad28f9d 100644 --- a/src/H5Olayout.c +++ b/src/H5Olayout.c @@ -687,7 +687,7 @@ H5O__layout_encode(H5F_t *f, hbool_t H5_ATTR_UNUSED disable_shared, uint8_t *p, /* Heap information * During H5Fclose, the cache flushing can call H5O_msg_flush calls - * which we need to handle here... + * which we need to handle here... */ H5F_addr_encode(f, &p, mesg->storage.u.virt.serial_list_hobjid.addr); UINT32ENCODE(p, mesg->storage.u.virt.serial_list_hobjid.idx); |