From: Doug Evans Date: Fri, 8 May 2009 22:34:47 +0000 (+0000) Subject: * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n. X-Git-Tag: sid-snapshot-20090601~253 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cda8d2fb13f9501a8dbf0ca50fcb1161a919024;p=external%2Fbinutils.git * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ffaba42..629ecb0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-05-08 Doug Evans + + * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n. + 2009-05-07 Sergio Durigan Junior * MAINTAINERS (Write After Approval): Add self. diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 0679173..22d721a 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -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)];