Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit bb7c593

Browse files
committed
Remove unused member variable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220264 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 5b6e44a commit bb7c593

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lib/Analysis/LiveVariables.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ namespace {
8282
class LiveVariablesImpl {
8383
public:
8484
AnalysisDeclContext &analysisContext;
85-
std::vector<LiveVariables::LivenessValues> cfgBlockValues;
8685
llvm::ImmutableSet<const Stmt *>::Factory SSetFact;
8786
llvm::ImmutableSet<const VarDecl *>::Factory DSetFact;
8887
llvm::DenseMap<const CFGBlock *, LiveVariables::LivenessValues> blocksEndToLiveness;

0 commit comments

Comments
 (0)