]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220264 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LiveVariables.cpp

index 3d6fc039fd7710afbda8e4e1c5de30474fb70948..86b679cb155be13aca9d4972a9a32663457df9bd 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;