forked from OSchip/llvm-project
Don't print out the baton pointer value for simple Baton classes.
llvm-svn: 133541
This commit is contained in:
parent
e5acb84e63
commit
c1869a5ee1
|
@ -21,5 +21,4 @@ using namespace lldb_private;
|
|||
void
|
||||
Baton::GetDescription (Stream *s, lldb::DescriptionLevel level) const
|
||||
{
|
||||
s->Printf("baton: %p", m_data);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue