mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +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
|
||||
invoke(Thread* t, object method)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user