[svn:parrot] r46251 - trunk/compilers/imcc
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Mon May 3 22:32:53 UTC 2010
Author: darbelo
Date: Mon May 3 22:32:53 2010
New Revision: 46251
URL: https://trac.parrot.org/parrot/changeset/46251
Log:
Remove '#if 0' from compilers/imcc/pbc.c
Modified:
trunk/compilers/imcc/pbc.c
Modified: trunk/compilers/imcc/pbc.c
==============================================================================
--- trunk/compilers/imcc/pbc.c Mon May 3 22:32:39 2010 (r46250)
+++ trunk/compilers/imcc/pbc.c Mon May 3 22:32:53 2010 (r46251)
@@ -1343,17 +1343,6 @@
}
sub->subid = ct->constants[unit->subid->color]->u.string;
-
-#if 0
- if (unit->subid) {
- sub->subid = IMCC_string_from__STRINGC(interp, unit->subid);
- UNIT_FREE_CHAR(unit->subid);
- }
- /* If the unit has no subid, set the subid to match the name. */
- else
- sub->subid = sub->name;
-#endif
-
ns_pmc = NULL;
if (ns_const >= 0 && ns_const < ct->const_count) {
More information about the parrot-commits
mailing list