summaryrefslogtreecommitdiffstats
path: root/gdb/rdi-share
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-20 22:44:44 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-20 22:44:44 +0000
commit15f698d2305fd8ddc2d9ab4dda386473e77959f2 (patch)
tree265bae6c48df8755093f18b6c62101dc52a171a1 /gdb/rdi-share
parentf86ddd7c6f0f80788a0e6424b44c94cb1e453d50 (diff)
downloadppe42-binutils-15f698d2305fd8ddc2d9ab4dda386473e77959f2.tar.gz
ppe42-binutils-15f698d2305fd8ddc2d9ab4dda386473e77959f2.zip
* rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
(closeLogFile): Ditto.
Diffstat (limited to 'gdb/rdi-share')
-rw-r--r--gdb/rdi-share/devsw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/rdi-share/devsw.c b/gdb/rdi-share/devsw.c
index 6be57aea93..6ad0e4de91 100644
--- a/gdb/rdi-share/devsw.c
+++ b/gdb/rdi-share/devsw.c
@@ -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;
OpenPOWER on IntegriCloud