diff options
Diffstat (limited to 'lldb/source/API/SBThread.cpp')
-rw-r--r-- | lldb/source/API/SBThread.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/source/API/SBThread.cpp b/lldb/source/API/SBThread.cpp index aa621fb13c0..8c74a34cdbe 100644 --- a/lldb/source/API/SBThread.cpp +++ b/lldb/source/API/SBThread.cpp @@ -428,11 +428,3 @@ SBThread::GetDescription (SBStream &description) return true; } - -PyObject * -SBThread::__repr__ () -{ - SBStream description; - GetDescription (description); - return PyString_FromString (description.GetData()); -} |