[cfe-commits] r50709 - /cfe/trunk/lib/Analysis/CFRefCount.cpp
Ted Kremenek
kremenek at apple.com
Mon May 5 21:21:10 PDT 2008
Author: kremenek
Date: Mon May 5 23:21:10 2008
New Revision: 50709
URL: http://llvm.org/viewvc/llvm-project?rev=50709&view=rev
Log:
Remove assertion.
Modified:
cfe/trunk/lib/Analysis/CFRefCount.cpp
Modified: cfe/trunk/lib/Analysis/CFRefCount.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/CFRefCount.cpp?rev=50709&r1=50708&r2=50709&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/CFRefCount.cpp (original)
+++ cfe/trunk/lib/Analysis/CFRefCount.cpp Mon May 5 23:21:10 2008
@@ -622,7 +622,6 @@
// Now look at the rest of the characters.
unsigned len = strlen(cls);
- assert (len);
// Prefix matches?
if (strncmp(cls, s, len))
More information about the cfe-commits
mailing list