diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-06-17 17:17:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-06-17 17:17:00 (GMT) |
commit | 8efa8ead451939ca0acf8943dba919d40e8752b9 (patch) | |
tree | 7fee0b0ddf767005b2441d1e8c8ad4802adf07af /src/H5AC.c | |
parent | a0e6e24ff54105ed606d6a7ef317c98864dbe90a (diff) | |
download | hdf5-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |