瀏覽代碼

Remove unnecessary 'pass' statement

ref: https://lgtm.com/projects/g/godotengine/godot/?mode=tree&ruleFocus=910088
luz paz 4 年之前
父節點
當前提交
2e0044c93d
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      platform/windows/detect.py

+ 0 - 1
platform/windows/detect.py

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