diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-05-23 01:24:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-05-23 01:24:26 (GMT) |
commit | daa4f9af6cfc4c5af0cac8cf8e8229b3a3705728 (patch) | |
tree | 518d53bea7399701884f2738795469b0d0faa8a7 /src/H5HFiblock.c | |
parent | 13c0f22b12fbe262faa2a442f4c84f8fcb800fe3 (diff) | |
download | hdf5-daa4f9af6cfc4c5af0cac8cf8e8229b3a3705728.zip hdf5-daa4f9af6cfc4c5af0cac8cf8e8229b3a3705728.tar.gz hdf5-daa4f9af6cfc4c5af0cac8cf8e8229b3a3705728.tar.bz2 |
[svn-r12365] Purpose:
Code checkpoint
Description:
Add a few minor tweaks & corrections to the fractal heap code.
Platforms tested:
Linux 2.4 (chicago)
Too minor to require h5committest
Diffstat (limited to 'src/H5HFiblock.c')
-rw-r--r-- | src/H5HFiblock.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5HFiblock.c b/src/H5HFiblock.c index d9462c8..f3d7029 100644 --- a/src/H5HFiblock.c +++ b/src/H5HFiblock.c @@ -784,10 +784,6 @@ H5HF_indirect_t * H5HF_man_iblock_place_dblock(H5HF_hdr_t *hdr, hid_t dxpl_id, size_t min_dblock_size, size_t *entry_p, size_t *dblock_size) { -#ifdef OLD_WAY - H5HF_indirect_t *iblock; /* Pointer to indirect block */ - haddr_t iblock_addr; /* Indirect block's address */ -#endif /* OLD_WAY */ H5HF_indirect_t *ret_value; /* Return value */ FUNC_ENTER_NOAPI_NOINIT(H5HF_man_iblock_place_dblock) |