diff options
Diffstat (limited to 'lldb/include/lldb/API/SBThread.h')
-rw-r--r-- | lldb/include/lldb/API/SBThread.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/include/lldb/API/SBThread.h b/lldb/include/lldb/API/SBThread.h index ead395ae529..bf2cc4f2e97 100644 --- a/lldb/include/lldb/API/SBThread.h +++ b/lldb/include/lldb/API/SBThread.h @@ -91,13 +91,6 @@ public: bool GetDescription (lldb::SBStream &description); - // The following function gets called by Python when a user tries to print - // an object of this class. It takes no arguments and returns a - // PyObject * representing a char * (and it must be named "__repr__"); - - PyObject * - __repr__ (); - protected: friend class SBBreakpoint; friend class SBBreakpointLocation; |