From 450183255596b137887050e45f7b286cbf0b4d99 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Tue, 21 Oct 2014 04:19:18 +0000 Subject: [PATCH] Remove unused member variable. llvm-svn: 220264 --- clang/lib/Analysis/LiveVariables.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/lib/Analysis/LiveVariables.cpp b/clang/lib/Analysis/LiveVariables.cpp index 3d6fc03..86b679c 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 cfgBlockValues; llvm::ImmutableSet::Factory SSetFact; llvm::ImmutableSet::Factory DSetFact; llvm::DenseMap blocksEndToLiveness; -- 2.7.4