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;