summaryrefslogtreecommitdiffstats
path: root/tools/h5stat
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2015-09-11 04:39:09 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2015-09-11 04:39:09 (GMT)
commita4e730506f73381d8d3fc768249ce860b23b2d54 (patch)
treee89d2bed1fa97309f7d7fb88dfab1ad8e5d0d05d /tools/h5stat
parent86b03d3ef847ae902deaa4932eba23fb960378c3 (diff)
downloadhdf5-a4e730506f73381d8d3fc768249ce860b23b2d54.zip
hdf5-a4e730506f73381d8d3fc768249ce860b23b2d54.tar.gz
hdf5-a4e730506f73381d8d3fc768249ce860b23b2d54.tar.bz2
[svn-r27758] Implementation for "h5format_convert" tool to convert a chunked dataset's indexing type to v1 B-tree indexing type.
Code review pending.
Diffstat (limited to 'tools/h5stat')
-rw-r--r--tools/h5stat/h5stat_gentest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5stat/h5stat_gentest.c b/tools/h5stat/h5stat_gentest.c
index 3096f78..d78a5e5 100644
--- a/tools/h5stat/h5stat_gentest.c
+++ b/tools/h5stat/h5stat_gentest.c
@@ -359,7 +359,6 @@ gen_idx_file(const char *fname)
hid_t did, did2; /* dataset id */
hsize_t dims[1] = {10}; /* dataset dimension */
hsize_t c_dims[1] = {2}; /* chunk dimension */
- herr_t status; /* return status */
int i; /* local index variable */
int buf[10]; /* data buffer */