diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-06-17 17:21:16 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-06-17 17:21:16 (GMT) |
commit | 9ec02c1a453bec0ed445b5f1c501f36fc5a9cdb5 (patch) | |
tree | 24b5bc934223b5e034a38619a5e35628a39c0570 /src/H5AC.c | |
parent | 91ef172e02ba7a176c095c05c64ab377296726e0 (diff) | |
download | hdf5-9ec02c1a453bec0ed445b5f1c501f36fc5a9cdb5.zip hdf5-9ec02c1a453bec0ed445b5f1c501f36fc5a9cdb5.tar.gz hdf5-9ec02c1a453bec0ed445b5f1c501f36fc5a9cdb5.tar.bz2 |
[svn-r19016] Description:
Bring r19015 from trunk to 1.8 branch:
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
@@ -964,7 +964,6 @@ done: 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; herr_t ret_value=SUCCEED; /* Return value */ #ifdef H5_HAVE_PARALLEL H5AC_aux_t * aux_ptr = NULL; |