summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CFRefCount.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Analysis/CFRefCount.cpp')
-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