From 24112b0112517b3fb6063e4818b245b530c849c0 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sat, 22 Jul 2006 22:24:36 -0500 Subject: [svn-r12492] Fix compile error for non-debug builds --- src/H5HFsection.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/H5HFsection.c b/src/H5HFsection.c index b12fc2b..623d547 100644 --- a/src/H5HFsection.c +++ b/src/H5HFsection.c @@ -761,10 +761,8 @@ static htri_t H5HF_sect_single_can_shrink(H5FS_section_info_t *_sect, void *_udata) { H5HF_free_section_t *sect = (H5HF_free_section_t *)_sect; /* Fractal heap free section */ -#ifndef NDEBUG H5HF_add_ud1_t *udata = (H5HF_add_ud1_t *)_udata; /* User callback data */ H5HF_hdr_t *hdr = udata->hdr; /* Fractal heap header */ -#endif /* NDEBUG */ size_t dblock_size; /* Section's direct block's size */ size_t dblock_overhead; /* Direct block's overhead */ htri_t ret_value = FALSE; /* Return value */ -- cgit v0.12