From 48b38c93bc02fd3625118100d0d74224ee25fd2e Mon Sep 17 00:00:00 2001 From: Haibo Huang Date: Thu, 3 Oct 2019 21:56:59 +0000 Subject: [lldb] Remove unused variables. Fixes the comment in https://reviews.llvm.org/D67993 llvm-svn: 373669 --- lldb/scripts/Python/finishSwigPythonLLDB.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lldb/scripts/Python/finishSwigPythonLLDB.py') diff --git a/lldb/scripts/Python/finishSwigPythonLLDB.py b/lldb/scripts/Python/finishSwigPythonLLDB.py index d23e103..d4d53a8 100644 --- a/lldb/scripts/Python/finishSwigPythonLLDB.py +++ b/lldb/scripts/Python/finishSwigPythonLLDB.py @@ -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)) -- cgit v1.1