[svn:parrot] r46245 - trunk/src
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Mon May 3 22:31:30 UTC 2010
Author: darbelo
Date: Mon May 3 22:31:29 2010
New Revision: 46245
URL: https://trac.parrot.org/parrot/changeset/46245
Log:
Remove '#if 0' from src/pmc.c
Modified:
trunk/src/pmc.c
Modified: trunk/src/pmc.c
==============================================================================
--- trunk/src/pmc.c Mon May 3 19:59:58 2010 (r46244)
+++ trunk/src/pmc.c Mon May 3 22:31:29 2010 (r46245)
@@ -441,9 +441,6 @@
* const PMC is const too
* see e.g. t/pmc/sarray_13.pir
*/
-#if 0
- flags |= PObj_constant_FLAG;
-#endif
--base_type;
vtable = interp->vtables[base_type];
}
More information about the parrot-commits
mailing list