[svn:parrot] r43262 - trunk/src
cotto at svn.parrot.org
cotto at svn.parrot.org
Sun Dec 27 06:56:53 UTC 2009
Author: cotto
Date: Sun Dec 27 06:56:52 2009
New Revision: 43262
URL: https://trac.parrot.org/parrot/changeset/43262
Log:
[packfile] remove a comment added by an apparently goofy merge of the load_language branch
Modified:
trunk/src/packfile.c
Modified: trunk/src/packfile.c
==============================================================================
--- trunk/src/packfile.c Sun Dec 27 06:21:32 2009 (r43261)
+++ trunk/src/packfile.c Sun Dec 27 06:56:52 2009 (r43262)
@@ -4592,10 +4592,6 @@
for (i = 0; i < self->num_groups; i++)
if (offset < self->groups[i]->bytecode_offset)
break;
-
-
- /* Check if the found file was actually bytecode (.pbc extension), or a
- * source file (.pir or .pasm extension). */
else
start_entry = self->groups[i]->entries_offset;
More information about the parrot-commits
mailing list