mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)];
|
||||
|
||||
Reference in New Issue
Block a user