summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/include/c_std/std_cmath.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/include/c_std/std_cmath.h')
-rw-r--r--contrib/libstdc++/include/c_std/std_cmath.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/libstdc++/include/c_std/std_cmath.h b/contrib/libstdc++/include/c_std/std_cmath.h
index 9e05900..b2f65c8 100644
--- a/contrib/libstdc++/include/c_std/std_cmath.h
+++ b/contrib/libstdc++/include/c_std/std_cmath.h
@@ -82,13 +82,6 @@ namespace std
// an `exported' forward declaration.
template<typename _Tp> _Tp __cmath_power(_Tp, unsigned int);
- template<typename _Tp>
- inline _Tp
- __cmath_abs(_Tp __x)
- {
- return __x < _Tp() ? -__x : __x;
- }
-
inline double
abs(double __x)
{ return __builtin_fabs(__x); }
OpenPOWER on IntegriCloud