From: Martin Quinson Date: Sun, 6 Nov 2022 10:33:57 +0000 (+0100) Subject: Remove a work around for a 2017 bug in Python + Windows X-Git-Tag: v3.34~696 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7f0f53c0e44d98bf9f330ef7ad83e61059a579d5 Remove a work around for a 2017 bug in Python + Windows --- diff --git a/src/bindings/python/simgrid_python.cpp b/src/bindings/python/simgrid_python.cpp index 99e52535c4..8aad6d59f3 100644 --- a/src/bindings/python/simgrid_python.cpp +++ b/src/bindings/python/simgrid_python.cpp @@ -3,11 +3,6 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#ifdef _WIN32 -#warning Try to work around https://bugs.python.org/issue11566 -#define _hypot hypot -#endif - #if defined(__GNUG__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunused-value"