[svn:parrot] r40359 - branches/keys_cleanup/src
bacek at svn.parrot.org
bacek at svn.parrot.org
Sat Aug 1 08:51:30 UTC 2009
Author: bacek
Date: Sat Aug 1 08:51:30 2009
New Revision: 40359
URL: https://trac.parrot.org/parrot/changeset/40359
Log:
[cage] Remove unreached code from packfile.c. Slices are gone.
Modified:
branches/keys_cleanup/src/packfile.c
Modified: branches/keys_cleanup/src/packfile.c
==============================================================================
--- branches/keys_cleanup/src/packfile.c Sat Aug 1 08:51:10 2009 (r40358)
+++ branches/keys_cleanup/src/packfile.c Sat Aug 1 08:51:30 2009 (r40359)
@@ -4106,15 +4106,6 @@
default:
return NULL;
}
-
- if (slice_bits) {
- if (slice_bits & PF_VT_START_SLICE)
- PObj_get_FLAGS(tail) |= KEY_start_slice_FLAG;
- if (slice_bits & PF_VT_END_SLICE)
- PObj_get_FLAGS(tail) |= KEY_end_slice_FLAG;
- if (slice_bits & (PF_VT_START_ZERO | PF_VT_END_INF))
- PObj_get_FLAGS(tail) |= KEY_inf_slice_FLAG;
- }
}
self->type = PFC_KEY;
More information about the parrot-commits
mailing list