- get_Block_cfgpred_arr() IS supported, but should not be in the official
[libfirm] / ir / ir / valueset.c
index 9975017..7f99aa2 100644 (file)
@@ -69,10 +69,9 @@ static ir_valueset_entry_t null_valueset_entry;
  * Resize the hashset
  * @internal
  */
-static INLINE
+static
 void resize(HashSet *self, size_t new_size)
 {
-       size_t num_buckets = self->num_buckets;
        HashSetEntry *old_entries = self->entries;
        HashSetEntry *new_entries;
        list_head    list = self->elem_list;