summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-05-08 13:03:32 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-05-08 13:03:32 (GMT)
commit713754f81f92fb7431e94a66f7e8fa6537161387 (patch)
treeab2fdfc90d2b128f0ebe5a7bd111c72555c04fa3 /src
parent546dea5dd91434a5c68f89a95e47c541c9ddb637 (diff)
downloadhdf5-713754f81f92fb7431e94a66f7e8fa6537161387.zip
hdf5-713754f81f92fb7431e94a66f7e8fa6537161387.tar.gz
hdf5-713754f81f92fb7431e94a66f7e8fa6537161387.tar.bz2
[svn-r6829] Purpose:
Code cleanup. Description: Cleaned up an unusued variable and some commented out code. Platforms tested: FreeBSD 4.8 (sleipnir) Triple check not needed.
Diffstat (limited to 'src')
-rw-r--r--src/H5Dio.c8
-rw-r--r--src/H5T.c2
2 files changed, 1 insertions, 9 deletions
diff --git a/src/H5Dio.c b/src/H5Dio.c
index 51e66a3..72f9b75 100644
--- a/src/H5Dio.c
+++ b/src/H5Dio.c
@@ -1627,10 +1627,6 @@ H5D_chunk_read(hsize_t nelmts, H5D_t *dataset, const H5T_t *mem_type, const H5S_
bkg_iter_init=0;
} /* end if */
} /* end if */
-
- /*close file space and memory space for each chunk*/
- /*H5S_close(fm_struct.mspace[h]);
- H5S_close(fm_struct.fspace[h]);*/
} /* end for */
done:
@@ -1930,10 +1926,6 @@ H5D_chunk_write(hsize_t nelmts, H5D_t *dataset, const H5T_t *mem_type, const H5S
bkg_iter_init=0;
} /* end if */
} /* end if */
-
- /*close file space and memory space for each chunk*/
- /*H5S_close(fm_struct.mspace[h]);
- H5S_close(fm_struct.fspace[h]);*/
} /* end for */
done:
diff --git a/src/H5T.c b/src/H5T.c
index c3cb76a..7f5f7a9 100644
--- a/src/H5T.c
+++ b/src/H5T.c
@@ -1890,7 +1890,7 @@ H5T_unlock_cb (void *_dt, hid_t UNUSED id, const void UNUSED *key)
int
H5T_term_interface(void)
{
- int i, j, nprint=0, n=0;
+ int i, nprint=0, n=0;
H5T_path_t *path = NULL;
FUNC_ENTER_NOINIT(H5T_term_interface);