summaryrefslogtreecommitdiffstats
path: root/src/H5HFiblock.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-05-23 01:24:26 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-05-23 01:24:26 (GMT)
commitdaa4f9af6cfc4c5af0cac8cf8e8229b3a3705728 (patch)
tree518d53bea7399701884f2738795469b0d0faa8a7 /src/H5HFiblock.c
parent13c0f22b12fbe262faa2a442f4c84f8fcb800fe3 (diff)
downloadhdf5-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.c4
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)