summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2014-06-17 22:26:28 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2014-06-17 22:26:28 (GMT)
commit99ceb100fe1d24ccd7a01b8b3139aa5efadab4b1 (patch)
tree66effb31440590b0a2144c6466ca45dad7842aae /tools/lib/h5diff.c
parent611d2c89afa02204e6321849d24aed26878097f0 (diff)
downloadhdf5-99ceb100fe1d24ccd7a01b8b3139aa5efadab4b1.zip
hdf5-99ceb100fe1d24ccd7a01b8b3139aa5efadab4b1.tar.gz
hdf5-99ceb100fe1d24ccd7a01b8b3139aa5efadab4b1.tar.bz2
[svn-r25309] Bring revisions #24783 - #24851 from trunk to revise_chunks.
Tested on jam, koala, ostrich, platypus.
Diffstat (limited to 'tools/lib/h5diff.c')
-rw-r--r--tools/lib/h5diff.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c
index ab21bfd..884a85d 100644
--- a/tools/lib/h5diff.c
+++ b/tools/lib/h5diff.c
@@ -1096,7 +1096,6 @@ hsize_t diff_match(hid_t file1_id, const char *grp1, trav_info_t *info1,
char * grp2_path = "";
char * obj1_fullpath = NULL;
char * obj2_fullpath = NULL;
- h5trav_type_t objtype;
diff_args_t argdata;
size_t idx1 = 0;
size_t idx2 = 0;
@@ -1163,7 +1162,6 @@ hsize_t diff_match(hid_t file1_id, const char *grp1, trav_info_t *info1,
{
if( table->objs[i].flags[0] && table->objs[i].flags[1])
{
- objtype = table->objs[i].type;
/* make full path for obj1 */
obj1_fullpath = (char*)HDcalloc (HDstrlen(grp1_path) + strlen (table->objs[i].name) + 1, sizeof (char));
HDstrcpy(obj1_fullpath, grp1_path);