[svn:parrot] r36144 - trunk/src/gc

[email protected] Thu, 29 Jan 2009 05:51:10 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: Whiteknight
Date: Thu Jan 29 05:51:09 2009
New Revision: 36144

Modified:
   trunk/src/gc/register.c

Log:
[GC] removing old markers for the since-resolved tickets #46191 and #46181

Modified: trunk/src/gc/register.c
==============================================================================
--- trunk/src/gc/register.c	(original)
+++ trunk/src/gc/register.c	Thu Jan 29 05:51:09 2009
@@ -310,14 +310,14 @@
         ARGIN_NULLOK(const Parrot_Context *old))
 {
     ASSERT_ARGS(init_context)
-    ctx->ref_count         = 0;    /* RT #46191 1 - Exceptions !!! */
+    ctx->ref_count         = 0;
     ctx->gc_mark           = 0;
     ctx->current_results   = NULL;
     ctx->results_signature = NULL;
     ctx->lex_pad           = PMCNULL;
     ctx->outer_ctx         = NULL;
     ctx->current_cont      = NULL;
-    ctx->current_object    = NULL; /* RT #46181 who clears it?  */
+    ctx->current_object    = NULL;
     ctx->current_HLL       = 0;
     ctx->handlers          = PMCNULL;