[cfe-commits] r79229 - /cfe/trunk/include/clang/Analysis/PathSensitive/GRState.h

Zhongxing Xu xuzhongxing at gmail.com
Sun Aug 16 23:30:30 PDT 2009


Author: zhongxingxu
Date: Mon Aug 17 01:30:30 2009
New Revision: 79229

URL: http://llvm.org/viewvc/llvm-project?rev=79229&view=rev
Log:
Remove unused variable.

Modified:
    cfe/trunk/include/clang/Analysis/PathSensitive/GRState.h

Modified: cfe/trunk/include/clang/Analysis/PathSensitive/GRState.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/PathSensitive/GRState.h?rev=79229&r1=79228&r2=79229&view=diff

==============================================================================
--- cfe/trunk/include/clang/Analysis/PathSensitive/GRState.h (original)
+++ cfe/trunk/include/clang/Analysis/PathSensitive/GRState.h Mon Aug 17 01:30:30 2009
@@ -394,7 +394,6 @@
   EnvironmentManager                   EnvMgr;
   llvm::OwningPtr<StoreManager>        StoreMgr;
   llvm::OwningPtr<ConstraintManager>   ConstraintMgr;
-  GRState::IntSetTy::Factory           ISetFactory;
   
   GRState::GenericDataMap::Factory     GDMFactory;
   
@@ -441,7 +440,6 @@
                  llvm::BumpPtrAllocator& alloc, CFG& c,
                  const Decl& cd, LiveVariables& L) 
   : EnvMgr(alloc),
-    ISetFactory(alloc),
     GDMFactory(alloc),
     ValueMgr(alloc, Ctx, *this),
     Alloc(alloc),





More information about the cfe-commits mailing list