[cfe-commits] r50556 - /cfe/trunk/lib/Analysis/CFRefCount.cpp

Ted Kremenek kremenek at apple.com
Thu May 1 16:28:56 PDT 2008


Author: kremenek
Date: Thu May  1 18:28:56 2008
New Revision: 50556

URL: http://llvm.org/viewvc/llvm-project?rev=50556&view=rev
Log:
Remove no longer valid 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=50556&r1=50555&r2=50556&view=diff

==============================================================================
--- cfe/trunk/lib/Analysis/CFRefCount.cpp (original)
+++ cfe/trunk/lib/Analysis/CFRefCount.cpp Thu May  1 18:28:56 2008
@@ -1292,10 +1292,6 @@
     }
       
     default: 
-      // None of the error states should be possible at this point.
-      // A symbol could not have been leaked (yet) if we are returning it
-      // (and thus it is still live), and the other errors are hard errors.
-      assert(false);
       return;
   }
   





More information about the cfe-commits mailing list