diff options
Diffstat (limited to 'lldb/source/Breakpoint/WatchpointLocation.cpp')
-rw-r--r-- | lldb/source/Breakpoint/WatchpointLocation.cpp | 1 |
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; } |