about summary refs log tree commit diff
path: root/sysdeps/arm/fpu/bits/mathdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/arm/fpu/bits/mathdef.h')
-rw-r--r--sysdeps/arm/fpu/bits/mathdef.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/arm/fpu/bits/mathdef.h b/sysdeps/arm/fpu/bits/mathdef.h
index 374ad674c3..426fec7247 100644
--- a/sysdeps/arm/fpu/bits/mathdef.h
+++ b/sysdeps/arm/fpu/bits/mathdef.h
@@ -29,9 +29,6 @@ typedef float float_t;		/* `float' expressions are evaluated as
 typedef double double_t;	/* `double' expressions are evaluated as
 				   `double'.  */
 
-/* Signal that types stay as they were declared.  */
-# define FLT_EVAL_METHOD	0
-
 /* Define `INFINITY' as value of type `float'.  */
 # define INFINITY	HUGE_VALF
 
@@ -40,9 +37,6 @@ typedef double double_t;	/* `double' expressions are evaluated as
 # define FP_ILOGB0	(-2147483647)
 # define FP_ILOGBNAN	(2147483647)
 
-/* Number of decimal digits for the `double' type.  */
-# define DECIMAL_DIG	15
-
 #endif	/* ISO C99 */
 
 #ifndef __NO_LONG_DOUBLE_MATH