This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[obv] linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
- From: dje at google dot com (Doug Evans)
- To: gdb-patches at sourceware dot org
- Date: Fri, 8 May 2009 15:39:59 -0700 (PDT)
- Subject: [obv] linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
Hi.
Checked in under the obvious rule.
2009-05-08 Doug Evans <dje@google.com>
* linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
Index: linux-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/linux-nat.c,v
retrieving revision 1.128
diff -u -p -r1.128 linux-nat.c
--- linux-nat.c 1 Apr 2009 19:07:50 -0000 1.128
+++ linux-nat.c 8 May 2009 22:33:27 -0000
@@ -3261,8 +3261,6 @@ linux_xfer_siginfo (struct target_ops *o
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)];