summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/CF.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/DataFormatters/CF.cpp')
-rw-r--r--lldb/source/DataFormatters/CF.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/DataFormatters/CF.cpp b/lldb/source/DataFormatters/CF.cpp
index ad1662983df..a4b7a1235ff 100644
--- a/lldb/source/DataFormatters/CF.cpp
+++ b/lldb/source/DataFormatters/CF.cpp
@@ -229,10 +229,7 @@ lldb_private::formatters::CFBitVectorSummaryProvider (ValueObject& valobj, Strea
count -= 1;
}
if (count)
- {
stream.Printf("%c",bit0 ? '1' : '0');
- count -= 1;
- }
}
return true;
}
OpenPOWER on IntegriCloud