[svn:mod_parrot] r300 - mod_parrot/trunk/src

[email protected]
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Fri Dec 28 09:45:04 2007
New Revision: 300

Modified:
   mod_parrot/trunk/src/parrot_util.c

Log:
remove unnecessary #if


Modified: mod_parrot/trunk/src/parrot_util.c
==============================================================================
--- mod_parrot/trunk/src/parrot_util.c	(original)
+++ mod_parrot/trunk/src/parrot_util.c	Fri Dec 28 09:45:04 2007
@@ -94,8 +94,6 @@
     Parrot_block_DOD(interp);
     Parrot_block_GC(interp);
 
-/* this isn't working right now */
-#if 1
     handler_node_t *node = interp->exit_handler_list;
     while (node) {
         handler_node_t * const next = node->next;
@@ -104,10 +102,6 @@
         mem_sys_free(node);
         node = next;
     }
-#else
-    Parrot_really_destroy(interp, 0, NULL);
-#endif
-
 }
 
 void modparrot_destroy_interpreter(Parrot_Interp interp)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.