diff options
author | Greg Clayton <gclayton@apple.com> | 2011-06-21 20:47:20 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-06-21 20:47:20 +0000 |
commit | c1869a5ee169f8a1541e3e1cdf973a0128968418 (patch) | |
tree | 58eebf9cbf2c2d3b5e20b85294f0ae7a77a7ecc3 /lldb/source/Core/Baton.cpp | |
parent | e5acb84e636b1728175a5cb86b874718d336317f (diff) | |
download | bcm5719-llvm-c1869a5ee169f8a1541e3e1cdf973a0128968418.tar.gz bcm5719-llvm-c1869a5ee169f8a1541e3e1cdf973a0128968418.zip |
Don't print out the baton pointer value for simple Baton classes.
llvm-svn: 133541
Diffstat (limited to 'lldb/source/Core/Baton.cpp')
-rw-r--r-- | lldb/source/Core/Baton.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/Baton.cpp b/lldb/source/Core/Baton.cpp index 103e2e0ef0c..8bed01be883 100644 --- a/lldb/source/Core/Baton.cpp +++ b/lldb/source/Core/Baton.cpp @@ -21,5 +21,4 @@ using namespace lldb_private; void Baton::GetDescription (Stream *s, lldb::DescriptionLevel level) const { - s->Printf("baton: %p", m_data); } |