[Lldb-commits] [PATCH] [LLDBSwigPythonCallTypeScript] Remove	redundant call to type summary func.
    Siva Chandra 
    sivachandra at google.com
       
    Mon Jun 22 17:51:38 PDT 2015
    
    
  
Hi clayborg, granata.enrico,
http://reviews.llvm.org/D10625
Files:
  scripts/Python/python-wrapper.swig
Index: scripts/Python/python-wrapper.swig
===================================================================
--- scripts/Python/python-wrapper.swig
+++ 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.28183.patch
Type: text/x-patch
Size: 405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150623/633fd1a0/attachment.bin>
    
    
More information about the lldb-commits
mailing list