Remove unused local variable
authorYao Qi <yao@codesourcery.com>
Wed, 8 Oct 2014 11:25:59 +0000 (19:25 +0800)
committerYao Qi <yao@codesourcery.com>
Thu, 9 Oct 2014 01:48:42 +0000 (09:48 +0800)
commitfcbdedf866d777b3598cf8703737eb0f987c2aca
treefcc9cdcd2cb247574c78d9d2c75a345f3fd7fe09
parent3abb874c138ec12f9ed65e87d7f62d86e90479f4
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'.
gdb/ChangeLog
gdb/infrun.c