aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-07-20 22:05:57 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-07-20 22:05:57 +0000
commite288cd100f86631ec0ade2a85930397a4ea7b21e (patch)
treedb14cd56e8216fb10384a2f687f5e58ad276313a /include
parent428ff6a6445ac1a0d263776cb0301f77f1454286 (diff)
Remove unused private member variables uncovered by the recent changes to clang's -Wunused-private-field.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160583 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/ProfileInfoLoader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Analysis/ProfileInfoLoader.h b/include/llvm/Analysis/ProfileInfoLoader.h
index 4539757b78..dcf3b38ddc 100644
--- a/include/llvm/Analysis/ProfileInfoLoader.h
+++ b/include/llvm/Analysis/ProfileInfoLoader.h
@@ -34,7 +34,6 @@ class ProfileInfoLoader {
std::vector<unsigned> EdgeCounts;
std::vector<unsigned> OptimalEdgeCounts;
std::vector<unsigned> BBTrace;
- bool Warned;
public:
// ProfileInfoLoader ctor - Read the specified profiling data file, exiting
// the program if the file is invalid or broken.