summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ProfileDataLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/ProfileDataLoader.h')
-rw-r--r--include/llvm/Analysis/ProfileDataLoader.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Analysis/ProfileDataLoader.h b/include/llvm/Analysis/ProfileDataLoader.h
index bec9fac770..9efbafcef4 100644
--- a/include/llvm/Analysis/ProfileDataLoader.h
+++ b/include/llvm/Analysis/ProfileDataLoader.h
@@ -115,9 +115,6 @@ public:
/// been counted yet.
static const unsigned Uncounted;
- /// The maximum value that can be stored in a profiling counter.
- static const unsigned MaxCount;
-
/// getNumExecutions - Return the number of times the target program was run
/// to generate this profiling data.
unsigned getNumExecutions() const { return CommandLines.size(); }