summaryrefslogtreecommitdiffstats
path: root/src/H5AC.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-06-17 17:17:00 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-06-17 17:17:00 (GMT)
commit8efa8ead451939ca0acf8943dba919d40e8752b9 (patch)
tree7fee0b0ddf767005b2441d1e8c8ad4802adf07af /src/H5AC.c
parenta0e6e24ff54105ed606d6a7ef317c98864dbe90a (diff)
downloadhdf5-8efa8ead451939ca0acf8943dba919d40e8752b9.zip
hdf5-8efa8ead451939ca0acf8943dba919d40e8752b9.tar.gz
hdf5-8efa8ead451939ca0acf8943dba919d40e8752b9.tar.bz2
[svn-r19015] Description:
Remove unused 'ATYPE' parameter from H5T_CONV() macro Remove unused 'result' variable from H5AC_set() Tested on: Mac OS X/32 10.6.4 (amazon) w/debug & production (too minor to require h5committest)
Diffstat (limited to 'src/H5AC.c')
-rw-r--r--src/H5AC.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5AC.c b/src/H5AC.c
index 6c88e44..b0ad9b5 100644
--- a/src/H5AC.c
+++ b/src/H5AC.c
@@ -982,7 +982,6 @@ herr_t
H5AC_set(H5F_t *f, hid_t dxpl_id, const H5AC_class_t *type, haddr_t addr,
void *thing, unsigned int flags)
{
- herr_t result;
#ifdef H5_HAVE_PARALLEL
H5AC_aux_t * aux_ptr = NULL;
#endif /* H5_HAVE_PARALLEL */