aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CFRefCount.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-05-06 04:21:10 +0000
committerTed Kremenek <kremenek@apple.com>2008-05-06 04:21:10 +0000
commit0855dc31cd10e60e3a045f80842574049158c81a (patch)
treec9462e3f86fe1e134f361634a0020d650f4a9fd5 /lib/Analysis/CFRefCount.cpp
parentb309525445c8ec3d36e49568382029efc2740554 (diff)
Remove assertion.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50709 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CFRefCount.cpp')
-rw-r--r--lib/Analysis/CFRefCount.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp
index 25d1ed0299..5ba37d48e3 100644
--- a/lib/Analysis/CFRefCount.cpp
+++ b/lib/Analysis/CFRefCount.cpp
@@ -622,7 +622,6 @@ RetainSummaryManager::getInstanceMethodSummary(IdentifierInfo* ClsName,
// Now look at the rest of the characters.
unsigned len = strlen(cls);
- assert (len);
// Prefix matches?
if (strncmp(cls, s, len))