summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-06-04 20:20:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-06-04 20:20:42 (GMT)
commit71ca559f81df96e2e792e4bb831f4f07db860cf9 (patch)
treecef5b1bb27d0fa60f1bfffbafdc30934accbad98 /src/H5F.c
parent9c7b4d7a7fe750a13a5ae7f2846ecd246e2dc53c (diff)
downloadhdf5-71ca559f81df96e2e792e4bb831f4f07db860cf9.zip
hdf5-71ca559f81df96e2e792e4bb831f4f07db860cf9.tar.gz
hdf5-71ca559f81df96e2e792e4bb831f4f07db860cf9.tar.bz2
[svn-r22434] Description:
Correct misspelled debugging #ifdef and remove unused variable. Tested on: Mac OS X/64 10.7.4 (amazon) w/serial (too minor to require h5committest)
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 79a3c41..36971ce 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -535,7 +535,6 @@ H5F_get_objects(const H5F_t *f, unsigned types, size_t max_index, hid_t *obj_id_
{
size_t obj_id_count=0; /* Number of open IDs */
H5F_olist_t olist; /* Structure to hold search results */
- htri_t type_exists; /* Whether objects of a type are open */
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_NOAPI_NOINIT