Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion profile_writer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ void AutoFDOProfileWriter::WriteFunctionProfile() {

// Write out the GCOV_TAG_AFDO_SUMMARY section.
if (absl::GetFlag(FLAGS_gcov_version) >= 3) {
assert(summary != nullptr);
ProfileSummaryInformation info = ProfileSummaryComputer::Compute(
*symbol_map_, {std::begin(ProfileSummaryInformation::default_cutoffs),
std::end(ProfileSummaryInformation::default_cutoffs)});
Expand Down
Loading