mirror of
https://github.com/corda/corda.git
synced 2025-02-08 03:50:34 +00:00
fix unused parameter warning
This commit is contained in:
parent
66bc326523
commit
84a6daa400
@ -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());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user