diff options
author | Craig Topper <craig.topper@gmail.com> | 2014-10-21 04:19:18 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2014-10-21 04:19:18 +0000 |
commit | 450183255596b137887050e45f7b286cbf0b4d99 (patch) | |
tree | 97e130e06f5b5f6976428dbd9913d93171079d75 /clang/lib/Analysis/LiveVariables.cpp | |
parent | 1b44519a6c276935023b7b49c49c677c7f98968e (diff) | |
download | bcm5719-llvm-450183255596b137887050e45f7b286cbf0b4d99.tar.gz bcm5719-llvm-450183255596b137887050e45f7b286cbf0b4d99.zip |
Remove unused member variable.
llvm-svn: 220264
Diffstat (limited to 'clang/lib/Analysis/LiveVariables.cpp')
-rw-r--r-- | clang/lib/Analysis/LiveVariables.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Analysis/LiveVariables.cpp b/clang/lib/Analysis/LiveVariables.cpp index 3d6fc039fd7..86b679cb155 100644 --- a/clang/lib/Analysis/LiveVariables.cpp +++ b/clang/lib/Analysis/LiveVariables.cpp @@ -82,7 +82,6 @@ namespace { class LiveVariablesImpl { public: AnalysisDeclContext &analysisContext; - std::vector<LiveVariables::LivenessValues> cfgBlockValues; llvm::ImmutableSet<const Stmt *>::Factory SSetFact; llvm::ImmutableSet<const VarDecl *>::Factory DSetFact; llvm::DenseMap<const CFGBlock *, LiveVariables::LivenessValues> blocksEndToLiveness; |