Skip to content

Commit

Permalink
remove unused continue
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Apr 2, 2024
1 parent b0a7607 commit d03f52d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pylib/gyp/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ def replace_sep(s):
if (line or "").startswith("#define "):
_, key, *value = line.split(" ")
defines[key] = " ".join(value)
continue
return defines

def GetFlavorByPlatform():
Expand Down

0 comments on commit d03f52d

Please sign in to comment.