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:
tikuta 2017-05-01 23:12:31 -07:00 коммит произвёл Commit bot
Родитель f9e57da207
Коммит e157370488
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: