[svn:parrot] r39070 - branches/tt452_reduce_mmd/src/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Fri May 22 23:57:32 UTC 2009


Author: bacek
Date: Fri May 22 23:57:31 2009
New Revision: 39070
URL: https://trac.parrot.org/parrot/changeset/39070

Log:
[pmc][cage] Remove commented out code from Scalar.

Modified:
   branches/tt452_reduce_mmd/src/pmc/scalar.pmc

Modified: branches/tt452_reduce_mmd/src/pmc/scalar.pmc
==============================================================================
--- branches/tt452_reduce_mmd/src/pmc/scalar.pmc	Fri May 22 23:37:39 2009	(r39069)
+++ branches/tt452_reduce_mmd/src/pmc/scalar.pmc	Fri May 22 23:57:31 2009	(r39070)
@@ -1168,23 +1168,6 @@
 
 /*
 
-=item C<INTVAL is_equal(PMC *value)>
-
-Returns whether the PMC is equal to C<*value>.
-
-=cut
-
-*/
-
-/*
-    MULTI INTVAL is_equal(PMC *value) {
-        return (SELF->vtable         == value->vtable
-            &&  PMC_data(SELF)       == PMC_data(value));
-    }
-*/
-
-/*
-
 =item C<INTVAL is_equal_num(PMC *value)>
 
 Returns whether the PMC is numerically equal to C<*value>.


More information about the parrot-commits mailing list