linux-low: Remove unused variables
gdb/gdbserver/ChangeLog: * linux-low.c (linux_set_resume_request): Remove unused variables.
This commit is contained in:
parent
3f8a780428
commit
0eb0a40713
@ -1,3 +1,8 @@
|
|||||||
|
2017-09-15 Simon Marchi <simon.marchi@ericsson.com>
|
||||||
|
|
||||||
|
* linux-low.c (linux_set_resume_request): Remove unused
|
||||||
|
variables.
|
||||||
|
|
||||||
2017-09-15 Simon Marchi <simon.marchi@ericsson.com>
|
2017-09-15 Simon Marchi <simon.marchi@ericsson.com>
|
||||||
|
|
||||||
* server.c (first_thread_of): Remove.
|
* server.c (first_thread_of): Remove.
|
||||||
|
@ -4711,7 +4711,6 @@ linux_set_resume_request (struct inferior_list_entry *entry, void *arg)
|
|||||||
does not yet know are new fork children. */
|
does not yet know are new fork children. */
|
||||||
if (lwp->fork_relative != NULL)
|
if (lwp->fork_relative != NULL)
|
||||||
{
|
{
|
||||||
struct inferior_list_entry *inf, *tmp;
|
|
||||||
struct lwp_info *rel = lwp->fork_relative;
|
struct lwp_info *rel = lwp->fork_relative;
|
||||||
|
|
||||||
if (rel->status_pending_p
|
if (rel->status_pending_p
|
||||||
|
Loading…
Reference in New Issue
Block a user