Remove no longer valid assertion.

llvm-svn: 50556
This commit is contained in:
Ted Kremenek 2008-05-01 23:28:56 +00:00
parent 1097b4c61f
commit 2722f36465
1 changed files with 0 additions and 4 deletions

View File

@ -1292,10 +1292,6 @@ void CFRefCount::EvalReturn(ExplodedNodeSet<ValueState>& Dst,
}
default:
// None of the error states should be possible at this point.
// A symbol could not have been leaked (yet) if we are returning it
// (and thus it is still live), and the other errors are hard errors.
assert(false);
return;
}