From 167e43849e8c76e720617fbb17897861ee1f2be0 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Thu, 6 May 2010 19:14:09 +0000 Subject: 2010-05-06 Michael Snyder * linespec.c (decode_compound): Delete unused variable. * dictionary.c (iterator_next_hashed): Delete unused variable. * infcall.c (call_function_by_hand): Delete unused variable. * infcmd.c (step_1): Delete unused variable. (registers_info): Delete unused variable. (attach_command): Delete unused variable. * infrun.c (follow_exec): Delete unused variable. (handle_step_into_function_backwards): Delete unused variable. (_initialize_infrun): Delete unused variable. * stack.c (parse_frame_specification_1): Delete unused variable. (frame_info): Delete unused variable. (backtrace_command_1): Delete unused variable. (catch_info): Delete unused variable. --- gdb/dictionary.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/dictionary.c') diff --git a/gdb/dictionary.c b/gdb/dictionary.c index b7996c9..e3617cf 100644 --- a/gdb/dictionary.c +++ b/gdb/dictionary.c @@ -578,7 +578,6 @@ iterator_first_hashed (const struct dictionary *dict, static struct symbol * iterator_next_hashed (struct dict_iterator *iterator) { - const struct dictionary *dict = DICT_ITERATOR_DICT (iterator); struct symbol *next; next = DICT_ITERATOR_CURRENT (iterator)->hash_next; -- cgit v1.1