diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-05-08 13:03:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-05-08 13:03:32 (GMT) |
commit | 713754f81f92fb7431e94a66f7e8fa6537161387 (patch) | |
tree | ab2fdfc90d2b128f0ebe5a7bd111c72555c04fa3 /src/H5T.c | |
parent | 546dea5dd91434a5c68f89a95e47c541c9ddb637 (diff) | |
download | hdf5-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/H5T.c')
-rw-r--r-- | src/H5T.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |