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.
|
// 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))
|
||||||
|
|
Loading…
Reference in New Issue