From: Ted Kremenek Date: Tue, 6 May 2008 04:21:10 +0000 (+0000) Subject: Remove assertion. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0855dc31cd10e60e3a045f80842574049158c81a;p=clang Remove assertion. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50709 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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))