Skip to content
Snippets Groups Projects
Commit bb7c5935 authored by Craig Topper's avatar Craig Topper
Browse files

Remove unused member variable.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220264 91177308-0d34-0410-b5e6-96231b3b80d8
parent 5b6e44a9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment