mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Remove unnecessary 'pass' statement
ref: https://lgtm.com/projects/g/godotengine/godot/?mode=tree&ruleFocus=910088
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user