mirror of
https://github.com/corda/corda.git
synced 2025-04-08 03:44:49 +00:00
Merge pull request #282 from dicej/protect
remove redundant PROTECT usage
This commit is contained in:
commit
2eb6746658
@ -513,8 +513,6 @@ invoke(Thread* t, object method, object instance, object args)
|
||||
}
|
||||
|
||||
if (methodParameterCount(t, method)) {
|
||||
PROTECT(t, method);
|
||||
|
||||
unsigned specLength = byteArrayLength(t, methodSpec(t, method));
|
||||
THREAD_RUNTIME_ARRAY(t, char, spec, specLength);
|
||||
memcpy(RUNTIME_ARRAY_BODY(spec),
|
||||
|
Loading…
x
Reference in New Issue
Block a user