[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.]
This commit is contained in:
MuQun Yang 2001-01-03 18:38:13 -05:00
parent 01840369e2
commit 84143803b2

View File

@ -149,7 +149,6 @@ H5O_mtime_decode(H5F_t UNUSED *f, const uint8_t *p,
{
struct timeb timebuffer;
char *timeline;
long tz;
ftime( &timebuffer );