summaryrefslogtreecommitdiff
path: root/platform/windows/detect.py
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-07-26 08:58:25 +0200
committerGitHub <noreply@github.com>2021-07-26 08:58:25 +0200
commitbd6e9eecba050e51c780b589e169028342855934 (patch)
treeb324a924ccf25f16c8281bce2611911bb54d6e40 /platform/windows/detect.py
parent7341dd5afa9ece84abe89072b51c7432d5287556 (diff)
parent2e0044c93d5360c23af30fe7014b2c33fcd06012 (diff)
Merge pull request #50857 from luzpaz/LGTM-unnecessary-pass
Remove unnecessary 'pass' statement
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r--platform/windows/detect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py
index 7772ba2dbe..a94f38583c 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):