fix unused parameter warning

This commit is contained in:
Joel Dice 2011-09-01 11:36:00 -06:00
parent 66bc326523
commit 84a6daa400

View File

@ -9178,7 +9178,7 @@ fixupCode(Thread* t, uintptr_t* map, unsigned size, uint8_t* code,
} }
void void
fixupMethods(Thread* t, object map, BootImage* image, uint8_t* code) fixupMethods(Thread* t, object map, BootImage* image UNUSED, uint8_t* code)
{ {
for (HashMapIterator it(t, map); it.hasMore();) { for (HashMapIterator it(t, map); it.hasMore();) {
object c = tripleSecond(t, it.next()); object c = tripleSecond(t, it.next());