mirror of
https://github.com/corda/corda.git
synced 2025-04-16 07:27:17 +00:00
Commenting-out unused returnCode() method because it raises compiler
warning with 'make process=interpret use-clang=yes' on Mac OS X. The compiler warning later corrupted the compilation.
This commit is contained in:
parent
938c4b3563
commit
77f7d3eb44
@ -2819,6 +2819,7 @@ pushArguments(Thread* t, object this_, const char* spec, object a)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
inline unsigned
|
||||
returnCode(Thread* t, object method)
|
||||
{
|
||||
@ -2827,6 +2828,7 @@ returnCode(Thread* t, object method)
|
||||
while (*s and *s != ')') ++ s;
|
||||
return fieldCode(t, s[1]);
|
||||
}
|
||||
*/
|
||||
|
||||
object
|
||||
invoke(Thread* t, object method)
|
||||
|
Loading…
x
Reference in New Issue
Block a user