summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff_attr.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-01-09 22:26:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-01-09 22:26:25 (GMT)
commita5789f6c9ab1f9308b5cc4dc64b156e9be077459 (patch)
tree61f8f6ff6c6e1b6a85dc1d1535d9e7633705ac53 /tools/lib/h5diff_attr.c
parent3e0c6530dc3a6008f800b25eb55c1422d853cc67 (diff)
downloadhdf5-a5789f6c9ab1f9308b5cc4dc64b156e9be077459.zip
hdf5-a5789f6c9ab1f9308b5cc4dc64b156e9be077459.tar.gz
hdf5-a5789f6c9ab1f9308b5cc4dc64b156e9be077459.tar.bz2
HDFFV-8745 fix minor defects
Diffstat (limited to 'tools/lib/h5diff_attr.c')
-rw-r--r--tools/lib/h5diff_attr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/lib/h5diff_attr.c b/tools/lib/h5diff_attr.c
index 4e4b40d..7f08cc7 100644
--- a/tools/lib/h5diff_attr.c
+++ b/tools/lib/h5diff_attr.c
@@ -325,8 +325,6 @@ hsize_t diff_attr(hid_t loc1_id,
hid_t space2_id = -1; /* space ID */
hid_t ftype1_id = -1; /* file data type ID */
hid_t ftype2_id = -1; /* file data type ID */
- int vstrtype1 = 0; /* ftype1 is a variable string */
- int vstrtype2 = 0; /* ftype2 is a variable string */
hid_t mtype1_id = -1; /* memory data type ID */
hid_t mtype2_id = -1; /* memory data type ID */
size_t msize1; /* memory size of memory type */