diff options
Diffstat (limited to 'gcc/d/d-longdouble.cc')
-rw-r--r-- | gcc/d/d-longdouble.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/d/d-longdouble.cc b/gcc/d/d-longdouble.cc index 471544e..27c8d17 100644 --- a/gcc/d/d-longdouble.cc +++ b/gcc/d/d-longdouble.cc @@ -30,12 +30,6 @@ along with GCC; see the file COPYING3. If not see #include "longdouble.h" -/* Constant real values 0, 1, -1 and 0.5. */ -real_t CTFloat::zero; -real_t CTFloat::one; -real_t CTFloat::minusone; -real_t CTFloat::half; - /* Truncate longdouble to the highest precision supported by target. */ longdouble |