From 459550ed9c0053e40bb5f2632ef83f9f4795c986 Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Thu, 24 Feb 2000 12:01:50 -0500 Subject: [svn-r1989] removed the variable for the attribute that I didn't need. --- tools/h5dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5dump.c b/tools/h5dump.c index 93b6c4b..ba97a56 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -1041,7 +1041,7 @@ dump_data (hid_t obj_id, int obj_data) { int status = -1; void *buf; char *attr_name = malloc(sizeof(char)*80); - hid_t attr, space, type, p_type; + hid_t space, type, p_type; int ndims, i; hsize_t size[64], nelmts = 1; int depth; -- cgit v0.12