Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove obsolete comment.
  • Loading branch information
arnsholt committed Mar 5, 2013
1 parent 110a95d commit 422d97c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/6model/reprs/VMArray.c
Expand Up @@ -31,7 +31,6 @@ static PMC * type_object_for(PARROT_INTERP, PMC *HOW) {

/* Composes the representation. */
static void compose(PARROT_INTERP, STable *st, PMC *repr_info) {
/* Nothing to do yet, but should handle type in the future. */
VMArrayREPRData *repr_data = (VMArrayREPRData *) st->REPR_data;
PMC *array = VTABLE_get_pmc_keyed_str(interp, repr_info,
Parrot_str_new_constant(interp, "array"));
Expand Down

0 comments on commit 422d97c

Please sign in to comment.