[svn:parrot] r42556 - trunk/src

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Tue Nov 17 13:44:32 UTC 2009


Author: whiteknight
Date: Tue Nov 17 13:44:30 2009
New Revision: 42556
URL: https://trac.parrot.org/parrot/changeset/42556

Log:
[exit] Remove note for RT #46403

Modified:
   trunk/src/exit.c

Modified: trunk/src/exit.c
==============================================================================
--- trunk/src/exit.c	Tue Nov 17 13:44:17 2009	(r42555)
+++ trunk/src/exit.c	Tue Nov 17 13:44:30 2009	(r42556)
@@ -41,8 +41,6 @@
 Parrot_on_exit(PARROT_INTERP, NOTNULL(exit_handler_f function), ARGIN_NULLOK(void *arg))
 {
     ASSERT_ARGS(Parrot_on_exit)
-    /* RT #46403  we might want locking around the list access.   I'm sure this
-     * will be the least of the threading issues. */
 
     handler_node_t * const new_node = mem_allocate_typed(handler_node_t);
 


More information about the parrot-commits mailing list