Skip to content

Commit dcaeda6

Browse files
committed
Remove comment
1 parent 4ffeef9 commit dcaeda6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Core/ValueObject.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,6 @@ bool ValueObject::GetSummaryAsCString(TypeSummaryImpl *summary_ptr,
617617
// up-to-date (e.g. ${svar%#})
618618

619619
if (TargetSP target_sp = GetExecutionContextRef().GetTargetSP()) {
620-
// Get Shared pointer to the summary statistics container
621620
SummaryStatisticsSP stats_sp =
622621
target_sp->GetSummaryStatisticsCache()
623622
.GetSummaryStatisticsForProvider(*summary_ptr);

0 commit comments

Comments
 (0)