[llvm-profdata] Deleted unused Cutoffs added by D16005

llvm-svn: 356248
This commit is contained in:
Fangrui Song 2019-03-15 10:43:51 +00:00
parent b10f48bbb4
commit 8b0a15b0ef
1 changed files with 0 additions and 2 deletions

View File

@ -943,8 +943,6 @@ static int show_main(int argc, const char *argv[]) {
if (ShowAllFunctions && !ShowFunction.empty())
WithColor::warning() << "-function argument ignored: showing all functions\n";
std::vector<uint32_t> Cutoffs(DetailedSummaryCutoffs.begin(),
DetailedSummaryCutoffs.end());
if (ProfileKind == instr)
return showInstrProfile(Filename, ShowCounts, TopNFunctions,
ShowIndirectCallTargets, ShowMemOPSizes,