mirror of
https://github.com/godotengine/godot.git
synced 2025-01-26 04:22:30 -05:00
Remove unnecessary 'pass' statement
ref: https://lgtm.com/projects/g/godotengine/godot/?mode=tree&ruleFocus=910088
(cherry picked from commit 2e0044c93d
)
This commit is contained in:
parent
9342457bcd
commit
b684d72af0
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ def setup_mingw(env):
|
||||||
"""Set up env for use with mingw"""
|
"""Set up env for use with mingw"""
|
||||||
# Nothing to do here
|
# Nothing to do here
|
||||||
print("Using MinGW")
|
print("Using MinGW")
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
def configure_msvc(env, manual_msvc_config):
|
def configure_msvc(env, manual_msvc_config):
|
||||||
|
|
Loading…
Add table
Reference in a new issue