* rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
(closeLogFile): Ditto.
This commit is contained in:
parent
f86ddd7c6f
commit
15f698d230
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user