From 783c6092af859bab63a2bbd987bdba52e27ed47b Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 22 Feb 2011 19:12:41 -0700 Subject: [PATCH] remove dead break statement from translateInvokeResult --- src/classpath-common.h | 1 - 1 file changed, 1 deletion(-) 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);