Skip to content

Commit 4db02b7

Browse files
hauserxcopybara-github
authored andcommitted
Removed unused local variable
Copybara Import from #276 BEGIN_PUBLIC Removed unused local variable (#276) Closes #276 END_PUBLIC COPYBARA_INTEGRATE_REVIEW=#276 from hauserx:unused_msvc_vars 72454ac PiperOrigin-RevId: 697918518 Change-Id: I88fa8c6836d62cfcbc38818a4241fb623ebc7ae6
1 parent 475a353 commit 4db02b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cc/private/toolchain/windows_cc_configure.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,6 @@ def _get_msys_mingw_vars(repository_ctx):
649649

650650
def _get_msvc_vars(repository_ctx, paths, target_arch = "x64", msvc_vars_x64 = None):
651651
"""Get the variables we need to populate the MSVC toolchains."""
652-
msvc_vars = dict()
653652
vc_path = find_vc_path(repository_ctx)
654653
missing_tools = None
655654

0 commit comments

Comments
 (0)