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

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


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D10625

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

Index: lldb/trunk/scripts/Python/python-wrapper.swig
===================================================================
--- lldb/trunk/scripts/Python/python-wrapper.swig
+++ lldb/trunk/scripts/Python/python-wrapper.swig
@@ -394,8 +394,6 @@
         else
             pvalue = pfunc(sb_value,session_dict);
 
-        pvalue = pfunc(sb_value,session_dict);
-
         Py_INCREF (session_dict);
 
         PyObjectToString(pvalue,retval);

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10625.28502.patch
Type: text/x-patch
Size: 438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150625/d2736c7a/attachment.bin>


More information about the lldb-commits mailing list