forked from OSchip/llvm-project
parent
015c3561ad
commit
c9f4948bba
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue