OSDN Git Service

Some "-Wall" cleanups.
authorKeith Seitz <keiths@redhat.com>
Thu, 7 Jun 2001 14:43:01 +0000 (14:43 +0000)
committerKeith Seitz <keiths@redhat.com>
Thu, 7 Jun 2001 14:43:01 +0000 (14:43 +0000)
commitc580ff883fbd8f30ff0b03128d21ba2343c85cc5
treeee7f2478a307db4bef21d6b652e360294aba0989
parenta4f9d15c8c07d071074b65d6b5b38a30ccc16891
Some "-Wall" cleanups.

* generic/gdbtk-hooks.c (x_event): Remove unused variable "count".
(tracepoint_notify): Remove superfluous declaration. This funtion
was moved to gdbtk-bp.c.

* generic/gdbtk-bp.c (gdb_find_bp_at_addr): Remove unused variable
"b".
(gdb_set_bp): Remove unused variable "cmd".
(gdb_set_bp_addr): Remove unused variables "cmd" and "filename".

* generic/gdbtk.c (gdbtk_init): Remove unused variables
"auto_path_name", "auto_path_elem", and "found_main".
gdb/gdbtk/ChangeLog
gdb/gdbtk/generic/gdbtk-bp.c
gdb/gdbtk/generic/gdbtk-hooks.c
gdb/gdbtk/generic/gdbtk.c