diff options
author | Doug Evans <dje@google.com> | 2009-05-08 22:34:47 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2009-05-08 22:34:47 +0000 |
commit | 2cda8d2fb13f9501a8dbf0ca50fcb1161a919024 (patch) | |
tree | 4c06c0e81feff09974ef53037c3b5c62c62a43eb /gdb/linux-nat.c | |
parent | 8e05493cd625c04d85e833687f6b33315b12dd75 (diff) | |
download | gdb-2cda8d2fb13f9501a8dbf0ca50fcb1161a919024.zip gdb-2cda8d2fb13f9501a8dbf0ca50fcb1161a919024.tar.gz gdb-2cda8d2fb13f9501a8dbf0ca50fcb1161a919024.tar.bz2 |
* linux-nat.c (linux_xfer_siginfo): Delete unused locals lp, n.
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 2 |
1 files changed, 0 insertions, 2 deletions
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)]; |