From fdbb63e9d9e5ddddf48204b3c23c81259f2c1549 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Mon, 9 Jul 2012 13:40:15 -0600 Subject: [PATCH] remove unused function returnCode --- src/interpret.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/interpret.cpp b/src/interpret.cpp index 91f80d6ffb..9f28a2f769 100644 --- a/src/interpret.cpp +++ b/src/interpret.cpp @@ -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 - (&byteArrayBody(t, methodSpec(t, method), 0)); - while (*s and *s != ')') ++ s; - return fieldCode(t, s[1]); -} -*/ - object invoke(Thread* t, object method) {