summaryrefslogtreecommitdiff
path: root/gdb/linux-record.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2010-05-05 19:58:11 +0000
committerMichael Snyder <msnyder@specifix.com>2010-05-05 19:58:11 +0000
commitcffe0344bc58c0fb2fda626815fdff923395e5c5 (patch)
treec4cce31d4b2c40593a429b15ed69d9c283e10fd5 /gdb/linux-record.c
parent33237db59ff746be3cf0c00d3ed145c5929e0caf (diff)
downloadgdb-cffe0344bc58c0fb2fda626815fdff923395e5c5.tar.gz
2010-05-05 Michael Snyder <msnyder@vmware.com>
* linux-record.c (record_linux_system_call): Delete unused variables.
Diffstat (limited to 'gdb/linux-record.c')
-rw-r--r--gdb/linux-record.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/linux-record.c b/gdb/linux-record.c
index 74ef9bd0132..6692ec1f27c 100644
--- a/gdb/linux-record.c
+++ b/gdb/linux-record.c
@@ -829,8 +829,6 @@ record_linux_system_call (enum gdb_syscall syscall,
if (tmpulongest)
{
gdb_byte *a = alloca (tdep->size_ulong * 2);
- int addrlen;
- gdb_byte *addrlenp;
ULONGEST len;
tmpulongest += tdep->size_ulong;
@@ -892,8 +890,6 @@ record_linux_system_call (enum gdb_syscall syscall,
if (tmpulongest)
{
gdb_byte *a = alloca (tdep->size_ulong * 2);
- int addrlen;
- gdb_byte *addrlenp;
ULONGEST len;
tmpulongest += tdep->size_ulong * 4;