diff options
author | luz paz <luzpaz@users.noreply.github.com> | 2021-07-25 11:56:24 -0400 |
---|---|---|
committer | luz paz <luzpaz@users.noreply.github.com> | 2021-07-25 11:56:24 -0400 |
commit | 2e0044c93d5360c23af30fe7014b2c33fcd06012 (patch) | |
tree | 1e3db9d74f0acd27add4c389fa6922707f16fd27 /platform/windows/detect.py | |
parent | e2ebc7db58c0bd61504c592f9760aaf1389af0b9 (diff) | |
download | redot-engine-2e0044c93d5360c23af30fe7014b2c33fcd06012.tar.gz |
Remove unnecessary 'pass' statement
ref: https://lgtm.com/projects/g/godotengine/godot/?mode=tree&ruleFocus=910088
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r-- | platform/windows/detect.py | 1 |
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): |