* linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.

This commit is contained in:
Doug Evans 2009-05-08 22:34:47 +00:00
parent 8e05493cd6
commit 2cda8d2fb1
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2009-05-08 Doug Evans <dje@google.com>
* linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
2009-05-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
* MAINTAINERS (Write After Approval): Add self.

View File

@ -3261,8 +3261,6 @@ linux_xfer_siginfo (struct target_ops *ops, enum target_object object,
const char *annex, gdb_byte *readbuf,
const gdb_byte *writebuf, ULONGEST offset, LONGEST len)
{
struct lwp_info *lp;
LONGEST n;
int pid;
struct siginfo siginfo;
gdb_byte inf_siginfo[sizeof (struct siginfo)];