[cfe-commits] r83610 - /cfe/trunk/lib/Analysis/RegionStore.cpp
Zhongxing Xu
xuzhongxing at gmail.com
Thu Oct 8 19:12:00 PDT 2009
Author: zhongxingxu
Date: Thu Oct 8 21:12:00 2009
New Revision: 83610
URL: http://llvm.org/viewvc/llvm-project?rev=83610&view=rev
Log:
Remove unused code.
Modified:
cfe/trunk/lib/Analysis/RegionStore.cpp
Modified: cfe/trunk/lib/Analysis/RegionStore.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/RegionStore.cpp?rev=83610&r1=83609&r2=83610&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/RegionStore.cpp (original)
+++ cfe/trunk/lib/Analysis/RegionStore.cpp Thu Oct 8 21:12:00 2009
@@ -271,8 +271,6 @@
/// 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 @@
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,
More information about the cfe-commits
mailing list