Don't print out the baton pointer value for simple Baton classes.

llvm-svn: 133541
This commit is contained in:
Greg Clayton 2011-06-21 20:47:20 +00:00
parent e5acb84e63
commit c1869a5ee1
1 changed files with 0 additions and 1 deletions

View File

@ -21,5 +21,4 @@ using namespace lldb_private;
void
Baton::GetDescription (Stream *s, lldb::DescriptionLevel level) const
{
s->Printf("baton: %p", m_data);
}