summaryrefslogtreecommitdiffstats
path: root/src/H5T.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-10-12 02:11:36 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-10-12 02:11:36 (GMT)
commitba39f35a63de438e8c8f260cf2360068b75e5a6b (patch)
tree243d23eb3a0d094dd088e1906082184eeeeab096 /src/H5T.c
parentf19ed8390ba2084a3e54e4fa2da86c44a0b65640 (diff)
downloadhdf5-ba39f35a63de438e8c8f260cf2360068b75e5a6b.zip
hdf5-ba39f35a63de438e8c8f260cf2360068b75e5a6b.tar.gz
hdf5-ba39f35a63de438e8c8f260cf2360068b75e5a6b.tar.bz2
[svn-r9400] Purpose:
Code cleanup Description: Minor code cleanups and tweaks. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) Linux 2.4 (verbena) w/fortran Otherwise, too minor to require full h5committest
Diffstat (limited to 'src/H5T.c')
-rw-r--r--src/H5T.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5T.c b/src/H5T.c
index bf6a209..602da96 100644
--- a/src/H5T.c
+++ b/src/H5T.c
@@ -3547,7 +3547,6 @@ H5T_set_size(H5T_t *dt, size_t size)
if(size<dt->shared->size) {
int num_membs;
unsigned i, max_index=0;
- H5T_t *memb_type;
size_t memb_offset, max_offset=0;
size_t max_size;