aboutsummaryrefslogtreecommitdiff
path: root/gdb/dictionary.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dictionary.c')
-rw-r--r--gdb/dictionary.c1
1 files changed, 0 insertions, 1 deletions
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;