[svn:parrot] r36187 - trunk/src/ops

petdance at svn.parrot.org petdance at svn.parrot.org
Sat Jan 31 07:00:42 UTC 2009


Author: petdance
Date: Sat Jan 31 07:00:41 2009
New Revision: 36187
URL: https://trac.parrot.org/parrot/changeset/36187

Log:
removed unused var

Modified:
   trunk/src/ops/set.ops

Modified: trunk/src/ops/set.ops
==============================================================================
--- trunk/src/ops/set.ops	Sat Jan 31 07:00:07 2009	(r36186)
+++ trunk/src/ops/set.ops	Sat Jan 31 07:00:41 2009	(r36187)
@@ -491,7 +491,6 @@
 
 inline op copy(inout PMC, invar PMC) :base_mem {
   PMC   * const clone = VTABLE_clone(interp, $2);
-  INTVAL type         = VTABLE_type(interp, $2);
 
   /* Preserve the metadata on the destination. */
   PMC   * const meta  = VTABLE_getprops(interp, $1);
@@ -610,7 +609,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 2001-2008, The Perl Foundation.
+Copyright (C) 2001-2009, The Perl Foundation.
 
 =head1 LICENSE
 


More information about the parrot-commits mailing list