summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff_dset.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2003-12-03 15:35:32 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2003-12-03 15:35:32 (GMT)
commit2d011283a352d0a972c66155b2981a2e66c87e39 (patch)
tree1c94b2f56a1c2805bbe63abb51904dfb38692332 /tools/lib/h5diff_dset.c
parenta70274eceafe9dc364329eb395f50e81db7c7bd1 (diff)
downloadhdf5-2d011283a352d0a972c66155b2981a2e66c87e39.zip
hdf5-2d011283a352d0a972c66155b2981a2e66c87e39.tar.gz
hdf5-2d011283a352d0a972c66155b2981a2e66c87e39.tar.bz2
[svn-r7908] Purpose:
code clean, bug fix Description: cleaned warnings on IRIX fixed bug in parse command line Solution: Platforms tested: linux IRIX 6.5 64 Misc. update:
Diffstat (limited to 'tools/lib/h5diff_dset.c')
-rw-r--r--tools/lib/h5diff_dset.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/lib/h5diff_dset.c b/tools/lib/h5diff_dset.c
index 13dfe5f..2e4cd67 100644
--- a/tools/lib/h5diff_dset.c
+++ b/tools/lib/h5diff_dset.c
@@ -414,9 +414,6 @@ int diff_can_type( hid_t f_type1, /* file data type */
H5T_class_t tclass1;
H5T_class_t tclass2;
- int nfound=0; /* number of differences found */
- const char *name1=NULL; /* relative names */
- const char *name2=NULL;
int maxdim_diff=0; /* maximum dimensions are different */
int dim_diff=0; /* current dimensions are different */
int i;