Remove recently added FIXME. The appropriate FIXME is already in MemRegionManager::getVarRegion().

llvm-svn: 89897
This commit is contained in:
Ted Kremenek 2009-11-25 23:30:34 +00:00
parent 4da997b936
commit 80f70b54aa
1 changed files with 0 additions and 2 deletions

View File

@ -590,8 +590,6 @@ SVal RegionStoreManager::getLValueString(const StringLiteral* S) {
/// VarRegion, and the lvalue of the variable is the lvalue of that region.
SVal RegionStoreManager::getLValueVar(const VarDecl *VD,
const LocationContext *LC) {
// FIXME: The LocationContext should be adjusted if 'VD' is not from
// the current stack frame, but is a global, etc.
return loc::MemRegionVal(MRMgr.getVarRegion(VD, LC));
}