From: Ted Kremenek Date: Thu, 1 May 2008 23:28:56 +0000 (+0000) Subject: Remove no longer valid assertion. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52a67df92111e1613477a98fedbb5c732b979d7a;p=clang Remove no longer valid assertion. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50556 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp index 104391c13a..4b1ef88971 100644 --- a/lib/Analysis/CFRefCount.cpp +++ b/lib/Analysis/CFRefCount.cpp @@ -1292,10 +1292,6 @@ void CFRefCount::EvalReturn(ExplodedNodeSet& 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; }