Commit 0478f24c authored by sdefresne's avatar sdefresne Committed by Commit bot

Remove unused variable ios_mac_build

The variable is set in this file but there is no other references to
it in the code base.

BUG=None

Review URL: https://codereview.chromium.org/564523003

Cr-Commit-Position: refs/heads/master@{#294847}
parent 4e395c5e
...@@ -67,8 +67,6 @@ ...@@ -67,8 +67,6 @@
'-Goutput_dir=xcodebuild/<(ninja_output_dir)', '-Goutput_dir=xcodebuild/<(ninja_output_dir)',
# nacl isn't in the iOS checkout, make sure it's turned off # nacl isn't in the iOS checkout, make sure it's turned off
'-Ddisable_nacl=1', '-Ddisable_nacl=1',
# Add a variable to handle specific cases for mac_build.
'-Dios_mac_build=1',
# Pass through the Mac SDK version. # Pass through the Mac SDK version.
'-Dmac_sdk=<(mac_sdk)', '-Dmac_sdk=<(mac_sdk)',
'-Dparent_generator=<(parent_generator)' '-Dparent_generator=<(parent_generator)'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment