Index: build/toolchain/win/BUILD.gn |
diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn |
index e9461a4644b4f5a88174cecb1216209cf04b7dcd..95c2d9f3a9be31d699c7de8485d9dd27783eb983 100644 |
--- a/build/toolchain/win/BUILD.gn |
+++ b/build/toolchain/win/BUILD.gn |
@@ -201,9 +201,6 @@ template("msvc_toolchain") { |
# passed to the build. They are ignored when this is the default toolchain. |
toolchain_args() { |
current_cpu = invoker.current_cpu |
- |
- # TODO(dpranke): cpu_arch is here for backwards compatibility. |
- cpu_arch = current_cpu |
} |
} |
} |