Merge pull request #50857 from luzpaz/LGTM-unnecessary-pass
Remove unnecessary 'pass' statement
This commit is contained in:
commit
bd6e9eecba
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue