From: Zhongxing Xu Date: Mon, 17 Aug 2009 06:30:30 +0000 (+0000) Subject: Remove unused variable. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94f1d16bb0f46c22bc51f4d7a483b77c0766201d;p=clang Remove unused variable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79229 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Analysis/PathSensitive/GRState.h b/include/clang/Analysis/PathSensitive/GRState.h index 6439043aa9..66cb2d209a 100644 --- a/include/clang/Analysis/PathSensitive/GRState.h +++ b/include/clang/Analysis/PathSensitive/GRState.h @@ -394,7 +394,6 @@ private: EnvironmentManager EnvMgr; llvm::OwningPtr StoreMgr; llvm::OwningPtr ConstraintMgr; - GRState::IntSetTy::Factory ISetFactory; GRState::GenericDataMap::Factory GDMFactory; @@ -441,7 +440,6 @@ public: llvm::BumpPtrAllocator& alloc, CFG& c, const Decl& cd, LiveVariables& L) : EnvMgr(alloc), - ISetFactory(alloc), GDMFactory(alloc), ValueMgr(alloc, Ctx, *this), Alloc(alloc),