From fcbdedf866d777b3598cf8703737eb0f987c2aca Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Wed, 8 Oct 2014 19:25:59 +0800 Subject: 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 * infrun.c (handle_signal_stop): Remove local variable 'printed'. --- gdb/infrun.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/infrun.c') diff --git a/gdb/infrun.c b/gdb/infrun.c index 7b43785..4681175 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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; -- cgit v1.1