From 23502721870be84917fb97e4c9b8ae0755bd220e Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Thu, 2 Nov 2017 03:17:07 +0000 Subject: Revert r317182 for https://reviews.llvm.org/D39128 we're still failing on android. I'll ask Larry to ask Pavel for any tips he might be able to give. llvm-svn: 317183 --- lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h index 60e1337..beeb647 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h @@ -113,8 +113,6 @@ public: Reset(PyRefType::Borrowed, rhs.m_py_obj); } - operator PyObject*() const { return m_py_obj; } - // PythonObject is implicitly convertible to PyObject *, which will call the // wrong overload. We want to explicitly disallow this, since a PyObject // *always* owns its reference. Therefore the overload which takes a -- cgit v1.1