remove dead break statement from translateInvokeResult

This commit is contained in:
Joel Dice 2011-02-22 19:12:41 -07:00
parent 45674efcea
commit 783c6092af

View File

@ -313,7 +313,6 @@ translateInvokeResult(Thread* t, unsigned returnCode, object o)
case DoubleField:
return makeDouble(t, longValue(t, o));
break;
default:
abort(t);