]> granicus.if.org Git - clang/commitdiff
Remove assertion.
authorTed Kremenek <kremenek@apple.com>
Tue, 6 May 2008 04:21:10 +0000 (04:21 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 6 May 2008 04:21:10 +0000 (04:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50709 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CFRefCount.cpp

index 25d1ed0299f5b9e0cd7e3f9baeba6cec54b6a2d9..5ba37d48e3eded9c2378ac19ade49a7867fc279d 100644 (file)
@@ -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))