From 7f0f53c0e44d98bf9f330ef7ad83e61059a579d5 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 6 Nov 2022 11:33:57 +0100 Subject: [PATCH] Remove a work around for a 2017 bug in Python + Windows --- src/bindings/python/simgrid_python.cpp | 5 ----- 1 file changed, 5 deletions(-) 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" -- 2.20.1