diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 5d1c90a05f07aa..5fa6398793178a 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -226,11 +226,6 @@ typedef int pid_t; #define Py_IS_FINITE(X) _finite(X) #define copysign _copysign -/* VS 2010 and above already defines hypot as _hypot */ -#if _MSC_VER < 1600 -#define hypot _hypot -#endif - #endif /* _MSC_VER */ /* define some ANSI types that are not defined in earlier Win headers */ @@ -282,7 +277,6 @@ typedef int pid_t; #endif #define COMPILER "[gcc]" -#define hypot _hypot #define PY_LONG_LONG long long #define PY_LLONG_MIN LLONG_MIN #define PY_LLONG_MAX LLONG_MAX