summaryrefslogtreecommitdiffstats
path: root/gdb/record.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/record.c')
-rw-r--r--gdb/record.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/record.c b/gdb/record.c
index fa6cfbbee8..8da10d4694 100644
--- a/gdb/record.c
+++ b/gdb/record.c
@@ -838,8 +838,6 @@ record_core_open_1 (char *name, int from_tty)
static void
record_open_1 (char *name, int from_tty)
{
- struct target_ops *t;
-
if (record_debug)
fprintf_unfiltered (gdb_stdlog, "Process record: record_open\n");
@@ -2174,7 +2172,6 @@ record_restore (void)
while (1)
{
- int ret;
uint8_t rectype;
uint32_t regnum, len, signal, count;
uint64_t addr;
@@ -2333,7 +2330,6 @@ static void
cmd_record_save (char *args, int from_tty)
{
char *recfilename, recfilename_buffer[40];
- int recfd;
struct record_entry *cur_record_list;
uint32_t magic;
struct regcache *regcache;
OpenPOWER on IntegriCloud