From b670f294c968f5dba7bfae232a63b7c6c744e719 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Thu, 27 Nov 2008 06:03:03 +0000 Subject: RegionViewMap factory is actually not used. All GDMs should use factories from GDMContext. llvm-svn: 60150 --- clang/lib/Analysis/RegionStore.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/lib') diff --git a/clang/lib/Analysis/RegionStore.cpp b/clang/lib/Analysis/RegionStore.cpp index e2dd176139d..90baf2df92e 100644 --- a/clang/lib/Analysis/RegionStore.cpp +++ b/clang/lib/Analysis/RegionStore.cpp @@ -57,7 +57,6 @@ namespace { class VISIBILITY_HIDDEN RegionStoreManager : public StoreManager { RegionBindingsTy::Factory RBFactory; RegionViewTy::Factory RVFactory; - RegionViewMapTy::Factory RVMFactory; GRStateManager& StateMgr; MemRegionManager MRMgr; @@ -66,7 +65,6 @@ public: RegionStoreManager(GRStateManager& mgr) : RBFactory(mgr.getAllocator()), RVFactory(mgr.getAllocator()), - RVMFactory(mgr.getAllocator()), StateMgr(mgr), MRMgr(StateMgr.getAllocator()) {} -- cgit v1.2.3