From edec3786ddc0adb46e7fb465fdce666f5a2b2a77 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 8 May 2009 22:34:47 +0000 Subject: [PATCH] * linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n. --- gdb/ChangeLog | 4 ++++ gdb/linux-nat.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ffaba4274..629ecb04c 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 067917376..22d721a51 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)]; -- 2.11.4.GIT