]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/hashtab.c
argv.c: Fix comments.
[thirdparty/gcc.git] / libiberty / hashtab.c
index 2f8dfd6c581a5ea4d101c832d73590323991ac7a..32067afb5b8f94ef3bf312e979dfc90ba90eb9d8 100644 (file)
@@ -634,9 +634,6 @@ htab_traverse (htab, callback, info)
      htab_trav callback;
      PTR info;
 {
-  PTR *slot;
-  PTR *limit;
-
   if ((htab->n_elements - htab->n_deleted) * 8 < htab->size)
     htab_expand (htab);