| Index: build/toolchain/mac/BUILD.gn
|
| diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn
|
| index 44cf56d4a9b74928bab5471eb321fb35c1da273f..e21514f1767294ed897cc186b094953722f0e00d 100644
|
| --- a/build/toolchain/mac/BUILD.gn
|
| +++ b/build/toolchain/mac/BUILD.gn
|
| @@ -58,9 +58,6 @@ tool_versions =
|
| root_build_dir),
|
| "trim scope")
|
|
|
| -# Work around for unused variable warning in template https://crbug.com/395883.
|
| -assert(tool_versions != "")
|
| -
|
| # Shared toolchain definition. Invocations should set current_os to set the
|
| # build args in this definition.
|
| template("mac_toolchain") {
|
|
|