remove unused function returnCode

This commit is contained in:
Joel Dice 2012-07-09 13:40:15 -06:00
parent 77f7d3eb44
commit fdbb63e9d9

View File

@ -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)
{