diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-12 02:11:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-12 02:11:36 (GMT) |
commit | ba39f35a63de438e8c8f260cf2360068b75e5a6b (patch) | |
tree | 243d23eb3a0d094dd088e1906082184eeeeab096 /src/H5T.c | |
parent | f19ed8390ba2084a3e54e4fa2da86c44a0b65640 (diff) | |
download | hdf5-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |