[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
This commit is contained in:
Siva Chandra
2015-06-25 21:08:30 +00:00
parent 5817ebb0c8
commit 1f9f6c039a

View 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);