diff options
| author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-10-09 02:12:00 +0000 |
|---|---|---|
| committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-10-09 02:12:00 +0000 |
| commit | fd1588221399349f3c75023439ab5fa9c937df93 (patch) | |
| tree | 391bfeb8a553f1e3c8bde13eb1e06e7918699efe | |
| parent | 0d479e6653e9e8708f2730414f216852bfd44380 (diff) | |
| download | bcm5719-llvm-fd1588221399349f3c75023439ab5fa9c937df93.tar.gz bcm5719-llvm-fd1588221399349f3c75023439ab5fa9c937df93.zip | |
Remove unused code.
llvm-svn: 83610
| -rw-r--r-- | clang/lib/Analysis/RegionStore.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/lib/Analysis/RegionStore.cpp b/clang/lib/Analysis/RegionStore.cpp index 46e1d12a3cb..a2f636f8905 100644 --- a/clang/lib/Analysis/RegionStore.cpp +++ b/clang/lib/Analysis/RegionStore.cpp @@ -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, |

