Skip to content

Commit c7c7578

Browse files
authored
Merge pull request #39457 from DougGregor/remove-debugging-hack-5.5
2 parents 7837519 + ef63b87 commit c7c7578

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/build-script

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ def print_xcodebuild_versions(file=sys.stdout):
142142

143143

144144
def validate_xcode_compatibility():
145-
return
146-
147145
if sys.platform != 'darwin':
148146
return
149147

0 commit comments

Comments
 (0)