[svn:parrot] r42119 - branches/context_unify/src/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Mon Oct 26 19:33:14 UTC 2009


Author: bacek
Date: Mon Oct 26 19:33:14 2009
New Revision: 42119
URL: https://trac.parrot.org/parrot/changeset/42119

Log:
Remove marking of non-existing field

Modified:
   branches/context_unify/src/pmc/callcontext.pmc

Modified: branches/context_unify/src/pmc/callcontext.pmc
==============================================================================
--- branches/context_unify/src/pmc/callcontext.pmc	Mon Oct 26 19:32:54 2009	(r42118)
+++ branches/context_unify/src/pmc/callcontext.pmc	Mon Oct 26 19:33:14 2009	(r42119)
@@ -393,7 +393,6 @@
         Parrot_gc_mark_PMC_alive(INTERP, ctx->current_object);
         Parrot_gc_mark_PMC_alive(INTERP, ctx->current_namespace);
         Parrot_gc_mark_PMC_alive(INTERP, ctx->results_signature);
-        Parrot_gc_mark_PMC_alive(INTERP, ctx->current_sig);
 
         Parrot_gc_mark_PMC_alive(INTERP, ctx->results);
         Parrot_gc_mark_PMC_alive(INTERP, ctx->type_tuple);


More information about the parrot-commits mailing list