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:
Nandor Kracser 2012-07-09 21:10:53 +02:00
parent 938c4b3563
commit 77f7d3eb44

View File

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