]> granicus.if.org Git - clang/commitdiff
Remove unused code.
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 9 Oct 2009 02:12:00 +0000 (02:12 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 9 Oct 2009 02:12:00 +0000 (02:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83610 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/RegionStore.cpp

index 46e1d12a3cbc0ec5334f88f49a691dfaac589d25..a2f636f89051191a3610542d1f356ccd0a234dfd 100644 (file)
@@ -271,8 +271,6 @@ public:
   /// KillStruct - Set the entire struct to unknown.
   const GRState *KillStruct(const GRState *state, const TypedRegion* R);
 
-  const GRState *setDefaultValue(const GRState *state, const MemRegion* R, SVal V);
-
   Store Remove(Store store, Loc LV);
 
   //===------------------------------------------------------------------===//
@@ -1566,11 +1564,6 @@ const GRState *RegionStoreManager::KillStruct(const GRState *state,
   return state->makeWithStore(store);
 }
 
-const GRState *RegionStoreManager::setDefaultValue(const GRState *state,
-                                               const MemRegion* R, SVal V) {
-  return state->set<RegionDefaultValue>(R, V);
-}
-
 const GRState*
 RegionStoreManager::CopyLazyBindings(nonloc::LazyCompoundVal V,
                                      const GRState *state,