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/H5Dio.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/H5Dio.c')
-rw-r--r-- | src/H5Dio.c | 8 |
1 files changed, 0 insertions, 8 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: |