diff --git a/platform/windows/detect.py b/platform/windows/detect.py index 7772ba2dbe0..a94f38583c3 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -171,7 +171,6 @@ def setup_mingw(env): """Set up env for use with mingw""" # Nothing to do here print("Using MinGW") - pass def configure_msvc(env, manual_msvc_config):