linux-nat.c (linux_nat_thread_address_space): Delete dead code.
This commit is contained in:
parent
2fa67e7dac
commit
24f1235ebc
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-08-10 Doug Evans <xdje42@gmail.com>
|
||||
|
||||
* linux-nat.c (linux_nat_thread_address_space): Delete dead code.
|
||||
|
||||
2014-08-09 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
PR remote/9053
|
||||
|
|
|
@ -4836,7 +4836,6 @@ linux_nat_thread_address_space (struct target_ops *t, ptid_t ptid)
|
|||
struct inferior *inf;
|
||||
int pid;
|
||||
|
||||
pid = ptid_get_lwp (ptid);
|
||||
if (ptid_get_lwp (ptid) == 0)
|
||||
{
|
||||
/* An (lwpid,0,0) ptid. Look up the lwp object to get at the
|
||||
|
|
Loading…
Reference in a new issue