diff options
Diffstat (limited to 'lib/Analysis/CFRefCount.cpp')
-rw-r--r-- | lib/Analysis/CFRefCount.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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)) |