Remove unused variable from vs_toolchain.py
BUG= Review-Url: https://codereview.chromium.org/2855773003 Cr-Original-Commit-Position: refs/heads/master@{#468571} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 6d749aecf75ec843731bf88438ed540bba793bb4
This commit is contained in:
Родитель
f9e57da207
Коммит
e157370488
|
@ -402,7 +402,7 @@ def NormalizePath(path):
|
|||
def SetEnvironmentAndGetSDKDir():
|
||||
"""Gets location information about the current sdk (must have been
|
||||
previously updated by 'update'). This is used for the GN build."""
|
||||
runtime_dll_dirs = SetEnvironmentAndGetRuntimeDllDirs()
|
||||
SetEnvironmentAndGetRuntimeDllDirs()
|
||||
|
||||
# If WINDOWSSDKDIR is not set, search the default SDK path and set it.
|
||||
if not 'WINDOWSSDKDIR' in os.environ:
|
||||
|
|
Загрузка…
Ссылка в новой задаче