summaryrefslogtreecommitdiffstats
path: root/gcc/java/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r--gcc/java/expr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c
index ecfabe5339a..b6a01065983 100644
--- a/gcc/java/expr.c
+++ b/gcc/java/expr.c
@@ -1099,11 +1099,7 @@ expand_java_pushc (ival, type)
else if (type == float_type_node || type == double_type_node)
{
REAL_VALUE_TYPE x;
-#ifdef REAL_ARITHMETIC
REAL_VALUE_FROM_INT (x, ival, 0, TYPE_MODE (type));
-#else
- x = ival;
-#endif
value = build_real (type, x);
}
else
OpenPOWER on IntegriCloud