summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r--lldb/scripts/Python/finishSwigPythonLLDB.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/scripts/Python/finishSwigPythonLLDB.py b/lldb/scripts/Python/finishSwigPythonLLDB.py
index fe12b286130..10996d442c9 100644
--- a/lldb/scripts/Python/finishSwigPythonLLDB.py
+++ b/lldb/scripts/Python/finishSwigPythonLLDB.py
@@ -326,7 +326,6 @@ def make_symlink( vDictArgs, vstrFrameworkPythonDir, vstrSrcFile, vstrTargetFile
print strMsgSymlinkExists % vstrTargetFile;
if bDbg:
print strMsgSymlinkMk % (vstrTargetFile, strSrc, strTarget);
- return (bOk, strErrMsg);
bOk, strErrMsg = make_symlink_other_platforms( strSrc,
strTarget );
OpenPOWER on IntegriCloud