aboutsummaryrefslogtreecommitdiff
path: root/gdb/macrocmd.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2010-05-06 19:41:12 +0000
committerMichael Snyder <msnyder@vmware.com>2010-05-06 19:41:12 +0000
commit308d96edc1e82c7bb9440d20b868ee9dd93959ea (patch)
tree2a8625181c18ed97c984a83b9e200e6856e840f3 /gdb/macrocmd.c
parent167e43849e8c76e720617fbb17897861ee1f2be0 (diff)
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.
Diffstat (limited to 'gdb/macrocmd.c')
-rw-r--r--gdb/macrocmd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/macrocmd.c b/gdb/macrocmd.c
index bbf64b5049..eab815b64a 100644
--- a/gdb/macrocmd.c
+++ b/gdb/macrocmd.c
@@ -387,8 +387,6 @@ extern initialize_file_ftype _initialize_macrocmd; /* -Wmissing-prototypes */
void
_initialize_macrocmd (void)
{
- struct cmd_list_element *c;
-
/* We introduce a new command prefix, `macro', under which we'll put
the various commands for working with preprocessor macros. */
add_prefix_cmd ("macro", class_info, macro_command,