mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
2010-05-06 Michael Snyder <msnyder@vmware.com>
* macrocmd.c (_initialize_macrocmd): Delete unused variable. * macroexp.c (gather_arguments): Delete unused variable. (substitute_args): Delete unused variable. * completer.c (gdb_completer_loc_break_characters): Unused, delete. * gdbarch.sh (gdbarch_printable_names): Delete unused variable. (_initialize_gdbarch): Delete unused variable. * gdbarch.c, gdbarch.h: Regenerate. * arch-utils.c (initialize_current_architecture): Delete unused variable. (_initialize_gdbarch_utils): Delete unused variable. * gdbtypes.c (make_cv_type): Delete unused variable. (make_type_with_address_space): Delete unused variable.
This commit is contained in:
@ -3849,7 +3849,6 @@ gdbarch_printable_names (void)
|
||||
{
|
||||
/* Accumulate a list of names based on the registed list of
|
||||
architectures. */
|
||||
enum bfd_architecture a;
|
||||
int nr_arches = 0;
|
||||
const char **arches = NULL;
|
||||
struct gdbarch_registration *rego;
|
||||
@ -4084,8 +4083,6 @@ extern void _initialize_gdbarch (void);
|
||||
void
|
||||
_initialize_gdbarch (void)
|
||||
{
|
||||
struct cmd_list_element *c;
|
||||
|
||||
add_setshow_zinteger_cmd ("arch", class_maintenance, &gdbarch_debug, _("\
|
||||
Set architecture debugging."), _("\
|
||||
Show architecture debugging."), _("\
|
||||
|
Reference in New Issue
Block a user