Stop setting mac_xcode_version in DEPS

mac_xcode_version no longer has an effect.

Bug: chromium:1147839
Change-Id: Iabef0b2faabf4f42b4191a794769a986f2ec72d5
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/76470
Auto-Submit: Nico Weber <thakis@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
diff --git a/DEPS b/DEPS
index 7e53acd..42da2e9 100644
--- a/DEPS
+++ b/DEPS
@@ -3,7 +3,6 @@
 gclient_gn_args_file = 'build/config/gclient_args.gni'
 gclient_gn_args = [
   'checkout_google_benchmark',
-  'mac_xcode_version',
 ]
 
 vars = {
@@ -20,11 +19,6 @@
 
   'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration != "small"',
 
-  # This can be overridden, e.g. with custom_vars, to download a nonstandard
-  # Xcode version in build/mac_toolchain.py
-  # instead of downloading the prebuilt pinned revision.
-  'mac_xcode_version': 'default',
-
   'chromium_git': 'https://chromium.googlesource.com',
   'pdfium_git': 'https://pdfium.googlesource.com',
 
@@ -270,8 +264,7 @@
     'name': 'mac_toolchain',
     'pattern': '.',
     'condition': 'checkout_mac',
-    'action': ['python', 'build/mac_toolchain.py',
-               '--xcode-version', Var('mac_xcode_version')],
+    'action': ['python', 'build/mac_toolchain.py'],
   },
   # Pull clang-format binaries using checked-in hashes.
   {