OSDN Git Service

* linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
authordevans <devans>
Fri, 8 May 2009 22:34:47 +0000 (22:34 +0000)
committerdevans <devans>
Fri, 8 May 2009 22:34:47 +0000 (22:34 +0000)
gdb/ChangeLog
gdb/linux-nat.c

index ffaba42..629ecb0 100644 (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.
index 0679173..22d721a 100644 (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)];