Remove unused member variable.

llvm-svn: 220264
This commit is contained in:
Craig Topper 2014-10-21 04:19:18 +00:00
parent 1b44519a6c
commit 4501832555
1 changed files with 0 additions and 1 deletions

View 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;