summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-05-01 23:28:56 +0000
committerTed Kremenek <kremenek@apple.com>2008-05-01 23:28:56 +0000
commit2722f36465404aa136d980b5a9058c9fa5805e4c (patch)
treeb526ae9ffc70460927465123749977e348b552d7 /clang/lib/Analysis
parent1097b4c61f097daf60d0b8a8854fffdf37012150 (diff)
downloadbcm5719-llvm-2722f36465404aa136d980b5a9058c9fa5805e4c.tar.gz
bcm5719-llvm-2722f36465404aa136d980b5a9058c9fa5805e4c.zip
Remove no longer valid assertion.
llvm-svn: 50556
Diffstat (limited to 'clang/lib/Analysis')
-rw-r--r--clang/lib/Analysis/CFRefCount.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/Analysis/CFRefCount.cpp b/clang/lib/Analysis/CFRefCount.cpp
index 104391c13a7..4b1ef88971e 100644
--- a/clang/lib/Analysis/CFRefCount.cpp
+++ b/clang/lib/Analysis/CFRefCount.cpp
@@ -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;
}
OpenPOWER on IntegriCloud