From 2722f36465404aa136d980b5a9058c9fa5805e4c Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 1 May 2008 23:28:56 +0000 Subject: [PATCH] Remove no longer valid assertion. llvm-svn: 50556 --- clang/lib/Analysis/CFRefCount.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/clang/lib/Analysis/CFRefCount.cpp b/clang/lib/Analysis/CFRefCount.cpp index 104391c13a7c..4b1ef88971e8 100644 --- a/clang/lib/Analysis/CFRefCount.cpp +++ b/clang/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; }