summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/WatchpointLocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Breakpoint/WatchpointLocation.cpp')
-rw-r--r--lldb/source/Breakpoint/WatchpointLocation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Breakpoint/WatchpointLocation.cpp b/lldb/source/Breakpoint/WatchpointLocation.cpp
index 6b2785a22b3..01f6189821d 100644
--- a/lldb/source/Breakpoint/WatchpointLocation.cpp
+++ b/lldb/source/Breakpoint/WatchpointLocation.cpp
@@ -95,7 +95,6 @@ WatchpointLocation::ShouldStop (StoppointCallbackContext *context)
void
WatchpointLocation::GetDescription (Stream *s, lldb::DescriptionLevel level)
{
- s->Printf(" ");
DumpWithLevel(s, level);
return;
}
OpenPOWER on IntegriCloud