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:
luz paz 2021-07-25 11:56:24 -04:00 committed by Rémi Verschelde
parent 9342457bcd
commit b684d72af0
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -168,7 +168,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):