diff options
Diffstat (limited to 'lldb/include/lldb/API/SBInstruction.h')
-rw-r--r-- | lldb/include/lldb/API/SBInstruction.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/include/lldb/API/SBInstruction.h b/lldb/include/lldb/API/SBInstruction.h index 0461ce34e42..d64a4d3da0d 100644 --- a/lldb/include/lldb/API/SBInstruction.h +++ b/lldb/include/lldb/API/SBInstruction.h @@ -49,13 +49,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__ (); - private: //lldb_private::Disassembler::Instruction::SharedPtr m_opaque_sp; |