Remove unnecessary 'pass' statement
ref: https://lgtm.com/projects/g/godotengine/godot/?mode=tree&ruleFocus=910088
This commit is contained in:
parent
e2ebc7db58
commit
2e0044c93d
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…
Add table
Add a link
Reference in a new issue