* intrinsics/time_1.h (__time_1): Remove unused variable.

From-SVN: r134630
This commit is contained in:
Francois-Xavier Coudert 2008-04-24 14:54:32 +00:00 committed by François-Xavier Coudert
parent 35648b4572
commit 601e33320a
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-04-24 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* intrinsics/time_1.h (__time_1): Remove unused variable.
2008-04-23 Thomas Koenig <tkoenig@gcc.gnu.org>
PR libfortran/35988

View File

@ -87,7 +87,6 @@ __time_1 (long *user_sec, long *user_usec, long *system_sec, long *system_usec)
} kernel_time, user_time;
FILETIME unused1, unused2;
unsigned long long total_time;
/* No support for Win9x. The high order bit of the DWORD
returned by GetVersion is 0 for NT and higher. */