[coop] Add missing coop checks for WFSO and WFMO.
[mono.git] / mono / metadata / mono-hash.c
index 49fac50c681e62f74e823ec6f9808bf6a7048c88..11fd4641042f7b7063b19063639cd3e4f3799864 100644 (file)
@@ -220,7 +220,7 @@ rehash (MonoGHashTable *hash)
 {
        int diff = ABS (hash->last_rehash - hash->in_use);
        RehashData data;
-       void *old_table;
+       void *old_table G_GNUC_UNUSED; /* unused on Boehm */
 
        /* These are the factors to play with to change the rehashing strategy */
        /* I played with them with a large range, and could not really get */