summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff_attr.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-30 20:33:47 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-30 20:33:47 (GMT)
commita29f9e8451ffa391c8395db1142bd003f40f3aaa (patch)
treecbd191c05f7339d1fa502ed8efe880abd772fd1e /tools/lib/h5diff_attr.c
parent1531c49730e33e897cdfbdd0bf88267dd7f7c0f4 (diff)
downloadhdf5-a29f9e8451ffa391c8395db1142bd003f40f3aaa.zip
hdf5-a29f9e8451ffa391c8395db1142bd003f40f3aaa.tar.gz
hdf5-a29f9e8451ffa391c8395db1142bd003f40f3aaa.tar.bz2
Merge changes from develop to fix various issues
Diffstat (limited to 'tools/lib/h5diff_attr.c')
-rw-r--r--tools/lib/h5diff_attr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/h5diff_attr.c b/tools/lib/h5diff_attr.c
index 087414d..5ad29fc 100644
--- a/tools/lib/h5diff_attr.c
+++ b/tools/lib/h5diff_attr.c
@@ -152,7 +152,6 @@ static herr_t build_match_list_attrs(hid_t loc1_id, hid_t loc2_id, table_attrs_t
unsigned i;
herr_t ret_value = SUCCEED;
-
H5TOOLS_START_DEBUG(" - errstat:%d", opts->err_stat);
if(H5Oget_info3(loc1_id, &oinfo1, H5O_INFO_NUM_ATTRS) < 0) {