mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Remove unused local variable
As a result of commit b57bacec, local variable 'printed' is no longer used. This patch is to remove it. gdb: 2014-10-09 Yao Qi <yao@codesourcery.com> * infrun.c (handle_signal_stop): Remove local variable 'printed'.
This commit is contained in:
@ -4425,7 +4425,6 @@ handle_signal_stop (struct execution_control_state *ecs)
|
||||
if (random_signal)
|
||||
{
|
||||
/* Signal not for debugging purposes. */
|
||||
int printed = 0;
|
||||
struct inferior *inf = find_inferior_pid (ptid_get_pid (ecs->ptid));
|
||||
enum gdb_signal stop_signal = ecs->event_thread->suspend.stop_signal;
|
||||
|
||||
|
Reference in New Issue
Block a user