[LLDBSwigPythonCallTypeScript] Remove redundant call to type summary func.
authorSiva Chandra <sivachandra@google.com>
Thu, 25 Jun 2015 21:08:30 +0000 (21:08 +0000)
committerSiva Chandra <sivachandra@google.com>
Thu, 25 Jun 2015 21:08:30 +0000 (21:08 +0000)
Reviewers: clayborg, granata.enrico

Reviewed By: clayborg, granata.enrico

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D10625

llvm-svn: 240698

lldb/scripts/Python/python-wrapper.swig

index af8ea65..a4d9826 100644 (file)
@@ -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);