summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/python-wrapper.swig
diff options
context:
space:
mode:
authorSiva Chandra <sivachandra@google.com>2015-06-25 21:08:30 +0000
committerSiva Chandra <sivachandra@google.com>2015-06-25 21:08:30 +0000
commit1f9f6c039a5a983e2fef315875ee526a6c7214fb (patch)
tree7a8320f33649708855f2cd2cc52a478c7463d386 /lldb/scripts/Python/python-wrapper.swig
parent5817ebb0c8bb120f4f440927af815e80ec87ffe9 (diff)
downloadbcm5719-llvm-1f9f6c039a5a983e2fef315875ee526a6c7214fb.tar.gz
bcm5719-llvm-1f9f6c039a5a983e2fef315875ee526a6c7214fb.zip
[LLDBSwigPythonCallTypeScript] Remove redundant call to type summary func.
Reviewers: clayborg, granata.enrico Reviewed By: clayborg, granata.enrico Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D10625 llvm-svn: 240698
Diffstat (limited to 'lldb/scripts/Python/python-wrapper.swig')
-rw-r--r--lldb/scripts/Python/python-wrapper.swig2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/scripts/Python/python-wrapper.swig b/lldb/scripts/Python/python-wrapper.swig
index af8ea65db89..a4d982609cb 100644
--- a/lldb/scripts/Python/python-wrapper.swig
+++ b/lldb/scripts/Python/python-wrapper.swig
@@ -394,8 +394,6 @@ LLDBSwigPythonCallTypeScript
else
pvalue = pfunc(sb_value,session_dict);
- pvalue = pfunc(sb_value,session_dict);
-
Py_INCREF (session_dict);
PyObjectToString(pvalue,retval);
OpenPOWER on IntegriCloud