Pārlūkot izejas kodu

Remove unnecessary 'pass' statement

ref: https://lgtm.com/projects/g/godotengine/godot/?mode=tree&ruleFocus=910088
(cherry picked from commit 2e0044c93d5360c23af30fe7014b2c33fcd06012)
luz paz 4 gadi atpakaļ
vecāks
revīzija
b684d72af0
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      platform/windows/detect.py

+ 0 - 1
platform/windows/detect.py

@@ -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):