diff options
Diffstat (limited to 'sysdeps/tile/bits/mathdef.h')
-rw-r--r-- | sysdeps/tile/bits/mathdef.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/tile/bits/mathdef.h b/sysdeps/tile/bits/mathdef.h index 2db81b46ea..8ed7ac4341 100644 --- a/sysdeps/tile/bits/mathdef.h +++ b/sysdeps/tile/bits/mathdef.h @@ -23,10 +23,6 @@ #if defined __USE_ISOC99 && defined _MATH_H && !defined _MATH_H_MATHDEF # define _MATH_H_MATHDEF 1 -/* "float" and "double" expressions evaluated as "float" and "double". */ -typedef float float_t; -typedef double double_t; - /* The values returned by `ilogb' for 0 and NaN respectively. */ # define FP_ILOGB0 (-2147483647) # define FP_ILOGBNAN (2147483647) |