summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/API/SBValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/API/SBValue.h')
-rw-r--r--lldb/include/lldb/API/SBValue.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/include/lldb/API/SBValue.h b/lldb/include/lldb/API/SBValue.h
index 78b4ea9bbf0..c247339ef5b 100644
--- a/lldb/include/lldb/API/SBValue.h
+++ b/lldb/include/lldb/API/SBValue.h
@@ -88,13 +88,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 take no arguments and returns a
- // PyObject * representing a char * (and it must be named "__repr__");
-
- PyObject *
- __repr__ ();
-
protected:
friend class SBValueList;
friend class SBFrame;
OpenPOWER on IntegriCloud