From 84143803b2cfc459a785e34563f984f19cb19708 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Wed, 3 Jan 2001 18:38:13 -0500 Subject: [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.] --- src/H5Omtime.c | 1 - 1 file changed, 1 deletion(-) 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 ); -- cgit v0.12