summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/ProfileSummary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/ProfileData/ProfileSummary.cpp')
-rw-r--r--llvm/lib/ProfileData/ProfileSummary.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/ProfileData/ProfileSummary.cpp b/llvm/lib/ProfileData/ProfileSummary.cpp
index 3384c54ed57..82546eb47d4 100644
--- a/llvm/lib/ProfileData/ProfileSummary.cpp
+++ b/llvm/lib/ProfileData/ProfileSummary.cpp
@@ -23,8 +23,6 @@
using namespace llvm;
-ProfileSummary::~ProfileSummary() {}
-
// A set of cutoff values. Each value, when divided by ProfileSummary::Scale
// (which is 1000000) is a desired percentile of total counts.
const std::vector<uint32_t> ProfileSummary::DefaultCutoffs(
OpenPOWER on IntegriCloud