From 0e0e9f531f7e1137a84b763d00cd92cf3523c30b Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Thu, 26 Dec 2013 07:21:41 +0000 Subject: Adding a document that describes the architecture of data formatters. Suggestions and ideas for improvements most welcome llvm-svn: 198038 --- lldb/scripts/Python/python-wrapper.swig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lldb/scripts/Python') diff --git a/lldb/scripts/Python/python-wrapper.swig b/lldb/scripts/Python/python-wrapper.swig index 4a3ad31..addfa29 100644 --- a/lldb/scripts/Python/python-wrapper.swig +++ b/lldb/scripts/Python/python-wrapper.swig @@ -354,9 +354,7 @@ LLDBSwigPythonCallTypeScript *pyfunct_wrapper = pfunc_impl; } } - /*else - printf("caching works!!!!\n");*/ - + PyCallable pfunc = PyCallable::FindWithPythonObject(pfunc_impl); if (!pfunc) -- cgit v1.1