summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-06-04 20:14:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-06-04 20:14:59 (GMT)
commit65bf87c4a6ed88ba79ced745400245c2486b4283 (patch)
treec02d9fab3f46d92f7f8155122a605714520bde6d /src/H5F.c
parentd419d8a417cf69f6a8a70d70ccf32196774d7486 (diff)
downloadhdf5-65bf87c4a6ed88ba79ced745400245c2486b4283.zip
hdf5-65bf87c4a6ed88ba79ced745400245c2486b4283.tar.gz
hdf5-65bf87c4a6ed88ba79ced745400245c2486b4283.tar.bz2
[svn-r22432] 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 cdf418b..e1a9858 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -522,7 +522,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