diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-01-03 23:38:13 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-01-03 23:38:13 (GMT) |
commit | 84143803b2cfc459a785e34563f984f19cb19708 (patch) | |
tree | f8aac27d0d4646540b2a5c3f5bff550762f029eb /src | |
parent | 01840369e25bc3c8fc4d5a6fcad5cfa267feb13b (diff) | |
download | hdf5-84143803b2cfc459a785e34563f984f19cb19708.zip hdf5-84143803b2cfc459a785e34563f984f19cb19708.tar.gz hdf5-84143803b2cfc459a785e34563f984f19cb19708.tar.bz2 |
[svn-r3233]
Purpose:
a bug fix
Description:
delete the line for unused defined variables on windows.
Solution:
delete the line.
Platforms tested:
windows 2000
[machines you have tested the changed version. This is absolute
important. Test it out on at least two or three different platforms
such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Omtime.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Omtime.c b/src/H5Omtime.c index 9fa7b51..cbe9b82 100644 --- a/src/H5Omtime.c +++ b/src/H5Omtime.c @@ -149,7 +149,6 @@ H5O_mtime_decode(H5F_t UNUSED *f, const uint8_t *p, { struct timeb timebuffer; - char *timeline; long tz; ftime( &timebuffer ); |