projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e05493
)
* linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
author
Doug Evans
<dje@google.com>
Fri, 8 May 2009 22:34:47 +0000
(22:34 +0000)
committer
Doug Evans
<dje@google.com>
Fri, 8 May 2009 22:34:47 +0000
(22:34 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/linux-nat.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index ffaba42740a1dbdd6d3447b3ff3c5a2caf4bab65..629ecb04c60bd647dbf923035da6e837740eea1a 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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.
diff --git
a/gdb/linux-nat.c
b/gdb/linux-nat.c
index 0679173764cf3f6593b3b930ef081d8f3f862f6e..22d721a5183445acec9119b2fd4973380a9c7f59 100644
(file)
--- 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)];