[svn:parrot] r41833 - trunk/src/call
bacek at svn.parrot.org
bacek at svn.parrot.org
Mon Oct 12 09:08:17 UTC 2009
Author: bacek
Date: Mon Oct 12 09:08:16 2009
New Revision: 41833
URL: https://trac.parrot.org/parrot/changeset/41833
Log:
[cage] Remove duplicated Context.current_sub initialisation.
Modified:
trunk/src/call/context.c
Modified: trunk/src/call/context.c
==============================================================================
--- trunk/src/call/context.c Mon Oct 12 08:45:40 2009 (r41832)
+++ trunk/src/call/context.c Mon Oct 12 09:08:16 2009 (r41833)
@@ -1149,7 +1149,6 @@
? NULL
: get_context_struct_fast(interp, pmcold);
- ctx->current_sub = NULL;
ctx->current_results = NULL;
ctx->results_signature = NULL;
ctx->lex_pad = PMCNULL;
More information about the parrot-commits
mailing list