Remove duplicate call to add_file_handler.
authorAndrew Burgess <aburgess@broadcom.com>
Fri, 2 Aug 2013 10:31:40 +0000 (10:31 +0000)
committerAndrew Burgess <aburgess@broadcom.com>
Fri, 2 Aug 2013 10:31:40 +0000 (10:31 +0000)
commit58b19776a6713e101fb71fab79ea70fa9af19e3a
tree8229de09dd6176ae07b53ca31b07c34d6c91cce1
parent7ee85ab10c11d514ec7965e6960008bf90f72e54
Remove duplicate call to add_file_handler.

  http://sourceware.org/ml/gdb-patches/2013-08/msg00067.html

This call to add_file_handler is a duplicate of one that is in
gdb_setup_readline that is always executed.

gdb/ChangeLog

        * mi/mi-interp.c (mi_interpreter_resume): Remove call to
        add_file_handler.
gdb/ChangeLog
gdb/mi/mi-interp.c