diff options
Diffstat (limited to 'lib/Analysis/RegionStore.cpp')
-rw-r--r-- | lib/Analysis/RegionStore.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp index 7ab54b8b25..a76a870eb4 100644 --- a/lib/Analysis/RegionStore.cpp +++ b/lib/Analysis/RegionStore.cpp @@ -681,8 +681,6 @@ SVal RegionStoreManager::Retrieve(const GRState* St, Loc L, QualType T) { // All other values are symbolic. return SVal::GetRValueSymbolVal(getSymbolManager(), R); - - // FIXME: consider default values for elements and fields. } SVal RegionStoreManager::RetrieveStruct(const GRState* St,const TypedRegion* R){ |