mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
remove unused function returnCode
This commit is contained in:
parent
77f7d3eb44
commit
fdbb63e9d9
@ -2819,17 +2819,6 @@ pushArguments(Thread* t, object this_, const char* spec, object a)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
inline unsigned
|
|
||||||
returnCode(Thread* t, object method)
|
|
||||||
{
|
|
||||||
const char* s = reinterpret_cast<const char*>
|
|
||||||
(&byteArrayBody(t, methodSpec(t, method), 0));
|
|
||||||
while (*s and *s != ')') ++ s;
|
|
||||||
return fieldCode(t, s[1]);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
object
|
object
|
||||||
invoke(Thread* t, object method)
|
invoke(Thread* t, object method)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user