[svn:parrot] r37974 - branches/pcc_rewiring/src/ops
allison at svn.parrot.org
allison at svn.parrot.org
Wed Apr 8 02:55:19 UTC 2009
Author: allison
Date: Wed Apr 8 02:55:19 2009
New Revision: 37974
URL: https://trac.parrot.org/parrot/changeset/37974
Log:
[pcc] Removing unused variable.
Modified:
branches/pcc_rewiring/src/ops/core.ops
Modified: branches/pcc_rewiring/src/ops/core.ops
==============================================================================
--- branches/pcc_rewiring/src/ops/core.ops Wed Apr 8 02:38:51 2009 (r37973)
+++ branches/pcc_rewiring/src/ops/core.ops Wed Apr 8 02:55:19 2009 (r37974)
@@ -614,7 +614,6 @@
PMC *ccont, *call_object;
PMC * const signature = $1;
INTVAL argc;
- opcode_t *raw_args;
ctx = CONTEXT(interp);
ccont = ctx->current_cont;
More information about the parrot-commits
mailing list