Remove unused variable un darwin_nat_target::resume
gdb/ChangeLog: * darwin-nat.c (darwin_nat_target::resume): Remove status variable. Change-Id: Ibcbdd6641a12252840c7dea9f388f4f8ce265e3d
This commit is contained in:
parent
b7f507caf0
commit
83a559f7b9
@ -1,3 +1,8 @@
|
||||
2021-04-08 Dominique Quatravaux <dominique.quatravaux@epfl.ch>
|
||||
|
||||
* darwin-nat.c (darwin_nat_target::resume): Remove status
|
||||
variable.
|
||||
|
||||
2021-04-08 Felix Willgerodt <felix.willgerodt@intel.com>
|
||||
|
||||
* i386-tdep.c (i386_skip_prologue): Use symbol table to find the
|
||||
|
@ -903,8 +903,6 @@ darwin_suspend_inferior_threads (struct inferior *inf)
|
||||
void
|
||||
darwin_nat_target::resume (ptid_t ptid, int step, enum gdb_signal signal)
|
||||
{
|
||||
struct target_waitstatus status;
|
||||
|
||||
int nsignal;
|
||||
|
||||
inferior_debug
|
||||
|
Loading…
Reference in New Issue
Block a user