summaryrefslogtreecommitdiff
path: root/gdb/macrocmd.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2010-05-06 19:41:09 +0000
committerMichael Snyder <msnyder@specifix.com>2010-05-06 19:41:09 +0000
commitf4ea9d058c84fb949e9c061ee444eb20de0ffce2 (patch)
tree3cb22c41103524781ddda4207f45d5a39903063e /gdb/macrocmd.c
parent2a57de41aa57946e997b20f907b766f0bdfdb0a7 (diff)
downloadgdb-f4ea9d058c84fb949e9c061ee444eb20de0ffce2.tar.gz
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 bbf64b5049d..eab815b64a0 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,