From bb7c5935b2f0b287957a40909fdcf1bd779c6d57 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220264 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/LiveVariables.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Analysis/LiveVariables.cpp b/lib/Analysis/LiveVariables.cpp index 3d6fc039fd..86b679cb15 100644 --- a/lib/Analysis/LiveVariables.cpp +++ b/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.50.1