diff --git a/src/classpath-common.h b/src/classpath-common.h index 8c89f94cf6..6fdcdf3742 100644 --- a/src/classpath-common.h +++ b/src/classpath-common.h @@ -313,7 +313,6 @@ translateInvokeResult(Thread* t, unsigned returnCode, object o) case DoubleField: return makeDouble(t, longValue(t, o)); - break; default: abort(t);