mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[lldb] Remove unused variables.
Fixes the comment in https://reviews.llvm.org/D67993 llvm-svn: 373669
This commit is contained in:
@@ -371,16 +371,11 @@ def make_symlink(
|
||||
vstrSrcFile,
|
||||
vstrTargetFile):
|
||||
dbg = utilsDebug.CDebugFnVerbose("Python script make_symlink()")
|
||||
bOk = True
|
||||
strErrMsg = ""
|
||||
bDbg = "-d" in vDictArgs
|
||||
strTarget = os.path.join(vstrFrameworkPythonDir, vstrTargetFile)
|
||||
strTarget = os.path.normcase(strTarget)
|
||||
strPrefix = vDictArgs['--prefix']
|
||||
|
||||
os.chdir(vstrFrameworkPythonDir)
|
||||
bMakeFileCalled = "-m" in vDictArgs
|
||||
eOSType = utilsOsType.determine_os_type()
|
||||
|
||||
strSrc = os.path.normcase(os.path.join(strPrefix, vstrSrcFile))
|
||||
strRelSrc = os.path.relpath(strSrc, os.path.dirname(strTarget))
|
||||
|
||||
Reference in New Issue
Block a user