mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 20:53:29 +08:00
[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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user