Remove assertion.

llvm-svn: 50709
This commit is contained in:
Ted Kremenek 2008-05-06 04:21:10 +00:00
parent 015c3561ad
commit c9f4948bba
1 changed files with 0 additions and 1 deletions

View File

@ -622,7 +622,6 @@ RetainSummaryManager::getInstanceMethodSummary(IdentifierInfo* ClsName,
// Now look at the rest of the characters. // Now look at the rest of the characters.
unsigned len = strlen(cls); unsigned len = strlen(cls);
assert (len);
// Prefix matches? // Prefix matches?
if (strncmp(cls, s, len)) if (strncmp(cls, s, len))