diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-11-08 02:40:46 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2018-11-08 02:40:46 (GMT) |
commit | c269ecea418a1ec05734ddbe495e66a8357f83ca (patch) | |
tree | 32d6f7c1753a240844d4dc2a147c4d668f2ddd7f | |
parent | c8bf3360847303c78a9a9665d49a7af35e16bc62 (diff) | |
download | hdf5-c269ecea418a1ec05734ddbe495e66a8357f83ca.zip hdf5-c269ecea418a1ec05734ddbe495e66a8357f83ca.tar.gz hdf5-c269ecea418a1ec05734ddbe495e66a8357f83ca.tar.bz2 |
Removed an old comment line.
-rw-r--r-- | test/chunk_info.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/chunk_info.c b/test/chunk_info.c index 8a569d6..4d5a9da 100644 --- a/test/chunk_info.c +++ b/test/chunk_info.c @@ -472,7 +472,6 @@ create_4x4_dset(void) return SUCCEED; -/* this will be removed once the existing code is moved out of main */ error: H5Dclose(did); H5Sclose(f_sid); |