2010-05-06 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / dictionary.c
index b7996c940e74cfbe2ebe9585807f27c8c90beb22..e3617cfb90037eb08771355aa9e97f16bc51fe27 100644 (file)
@@ -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;
This page took 0.026309 seconds and 4 git commands to generate.