[Lldb-commits] [lldb] r240698 - [LLDBSwigPythonCallTypeScript] Remove redundant call to type summary func.

Siva Chandra sivachandra at google.com
Thu Jun 25 14:08:30 PDT 2015


Author: sivachandra
Date: Thu Jun 25 16:08:30 2015
New Revision: 240698

URL: http://llvm.org/viewvc/llvm-project?rev=240698&view=rev
Log:
[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

Modified:
    lldb/trunk/scripts/Python/python-wrapper.swig

Modified: lldb/trunk/scripts/Python/python-wrapper.swig
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/python-wrapper.swig?rev=240698&r1=240697&r2=240698&view=diff
==============================================================================
--- lldb/trunk/scripts/Python/python-wrapper.swig (original)
+++ lldb/trunk/scripts/Python/python-wrapper.swig Thu Jun 25 16:08:30 2015
@@ -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);





More information about the lldb-commits mailing list