[svn:parrot] r38734 - trunk/src/dynpmc
petdance at svn.parrot.org
petdance at svn.parrot.org
Wed May 13 03:30:32 UTC 2009
Author: petdance
Date: Wed May 13 03:30:23 2009
New Revision: 38734
URL: https://trac.parrot.org/parrot/changeset/38734
Log:
removed unused variable
Modified:
trunk/src/dynpmc/pair.pmc
Modified: trunk/src/dynpmc/pair.pmc
==============================================================================
--- trunk/src/dynpmc/pair.pmc Wed May 13 01:04:47 2009 (r38733)
+++ trunk/src/dynpmc/pair.pmc Wed May 13 03:30:23 2009 (r38734)
@@ -248,7 +248,6 @@
VTABLE void visit(visit_info *info) {
PMC **pos;
Parrot_Pair_attributes * const pair = PARROT_PAIR(SELF);
- IMAGE_IO * const io = info->image_io;
DPOINTER ** const temp_pos = (DPOINTER **)pair->key;
info->thaw_ptr = (PMC **)temp_pos;
(info->visit_pmc_now)(INTERP, (PMC *)temp_pos, info);
More information about the parrot-commits
mailing list