diff -uprN src0/gdb/dictionary.c src1/gdb/dictionary.c --- src0/gdb/dictionary.c 2009-05-26 09:56:20.000000000 -0400 +++ src1/gdb/dictionary.c 2009-08-06 09:09:41.000000000 -0400 @@ -578,7 +578,6 @@ iterator_first_hashed (const struct 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;