* rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.

(closeLogFile): Ditto.
This commit is contained in:
Andrew Cagney 2002-01-20 22:44:44 +00:00
parent f86ddd7c6f
commit 15f698d230
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-01-20 Andrew Cagney <ac131313@redhat.com>
* rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
(closeLogFile): Ditto.
2002-01-20 Michael Chastain <mec@shout.net>
* top.c (print_gdb_version): Bump copyright year to 2002.

View File

@ -37,7 +37,6 @@ static int angelDebugLogEnable = 0;
static void openLogFile ()
{
time_t t;
struct tm lt;
if (angelDebugFilename == NULL || *angelDebugFilename =='\0')
return;
@ -67,7 +66,6 @@ static void openLogFile ()
static void closeLogFile (void)
{
time_t t;
struct tm lt;
if (!angelDebugLogFile)
return;