Author: infinoid
Date: Mon May  5 13:12:08 2008
New Revision: 27327

Modified:
   trunk/src/pmc_freeze.c

Log:
[pmc_freeze] r24867 removed a potential bug, but didn't remove the
XXX comment about it.  Remove that too.


Modified: trunk/src/pmc_freeze.c
==============================================================================
--- trunk/src/pmc_freeze.c      (original)
+++ trunk/src/pmc_freeze.c      Mon May  5 13:12:08 2008
@@ -1560,7 +1560,6 @@
      */
 again:
     while ((list_item = (PMC**)list_shift(interp, todo, enum_type_PMC))) {
-        /* XXX list_shift can return NULL and we're dereferencing it without 
checking */
         current = *list_item;
         if (!current) {
             real_exception(interp, NULL, 1,

Reply via email to