diff --git a/mi/miarc.c b/mi/miarc.c index 288bea326..e8bc87e3e 100644 --- a/mi/miarc.c +++ b/mi/miarc.c @@ -115,21 +115,6 @@ cbrt(double x) * */ -#undef max -#undef min - -_X_INLINE static int -max(const int x, const int y) -{ - return x > y ? x : y; -} - -_X_INLINE static int -min(const int x, const int y) -{ - return x < y ? x : y; -} - struct bound { double min, max; };