Merge pull request #50857 from luzpaz/LGTM-unnecessary-pass

Remove unnecessary 'pass' statement
This commit is contained in:
Rémi Verschelde 2021-07-26 08:58:25 +02:00 committed by GitHub
commit bd6e9eecba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):