diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-29 21:39:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-01-29 21:39:25 (GMT) |
commit | c5e2d975734d6e7a88fb48b76ec7e11d0a7763de (patch) | |
tree | 4e71abdc2784be2af5af67d618de3aa8b2bc26c2 /tools/lib/h5diff_attr.c | |
parent | 1eb6a4512ba275681b075e96c7be92511a6b8b2b (diff) | |
download | hdf5-c5e2d975734d6e7a88fb48b76ec7e11d0a7763de.zip hdf5-c5e2d975734d6e7a88fb48b76ec7e11d0a7763de.tar.gz hdf5-c5e2d975734d6e7a88fb48b76ec7e11d0a7763de.tar.bz2 |
Small fixes for tools and skip autotools tests for no filter
Diffstat (limited to 'tools/lib/h5diff_attr.c')
-rw-r--r-- | tools/lib/h5diff_attr.c | 1 |
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) { |