* 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

@@ -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;