OSDN Git Service

Delete unused or undefined functions.
authorbrobecke <brobecke>
Tue, 19 Jan 2010 18:39:11 +0000 (18:39 +0000)
committerbrobecke <brobecke>
Tue, 19 Jan 2010 18:39:11 +0000 (18:39 +0000)
commit90374b17be796bb38944b18c2b50e2cc616e0af2
treecf337ba1b9f4b5c8580d3b66c3e4a579798fd373
parentdb51a5e8a45f15ac5e5026fd8812d33e35d17264
Delete unused or undefined functions.

        * breakpoint.c (ep_parse_optional_filename): Delete.
        * dcache.c (dcache_write_line): Remove declaration.
        * infrun.c (build_infrun): Remove declaration.
        * tracepoint.c (tracepoint_save_command): Remove declaration.
        * linux-nat.c (init_lwp_list): Delete. No longer used.
        * event-loop.c (check_async_signal_handlers): Delete declaration.
        * infrun.c (init_execution_control_state): Delete.
        (proceed): Update comment to avoid mentioning
        init_execution_control_state.
        * target.c (kill_or_be_killed, nosupport_runtime): Delete.
        * ada-lang.c (ada_to_static_fixed_value): Delete.
        * scm-lang.c (evaluate_subexp_scm): Delete declaration.
        * cp-namespace.c (cp_copy_usings): Delete.
        * xml-syscall.c (xml_number_of_syscalls): Delete.
        * progspace.c (find_program_space_by_num): Delete.
        * inflow.c (handle_sigio): Delete declaration.
        * hppa-tdep.c (hppa_alignof): Delete.
        * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
        (mipsnbsd_core_osabi_sniffer): Delete.
16 files changed:
gdb/ChangeLog
gdb/ada-lang.c
gdb/breakpoint.c
gdb/cp-namespace.c
gdb/dcache.c
gdb/event-loop.c
gdb/hppa-tdep.c
gdb/inflow.c
gdb/infrun.c
gdb/linux-nat.c
gdb/mipsnbsd-tdep.c
gdb/progspace.c
gdb/scm-lang.c
gdb/target.c
gdb/tracepoint.c
gdb/xml-syscall.c