Remove unused member variable.
authorCraig Topper <craig.topper@gmail.com>
Tue, 21 Oct 2014 04:19:18 +0000 (04:19 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 21 Oct 2014 04:19:18 +0000 (04:19 +0000)
llvm-svn: 220264

clang/lib/Analysis/LiveVariables.cpp

index 3d6fc03..86b679c 100644 (file)
@@ -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;