Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
General cleanup.
  • Loading branch information
arnsholt committed Apr 14, 2012
1 parent 3bde5a3 commit 7ff1038
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/6model/reprs/CStruct.c
Expand Up @@ -154,7 +154,6 @@ static PMC * index_mapping_and_flat_list(PARROT_INTERP, PMC *WHAT, CStructREPRDa
static void compute_allocation_strategy(PARROT_INTERP, PMC *WHAT, CStructREPRData *repr_data) {
STRING *type_str = Parrot_str_new_constant(interp, "type");
STRING *carray_str = Parrot_str_new_constant(interp, "CArray");
/*INTVAL carray_id = REPR_name_to_id(interp, carray_str);*/
PMC *flat_list;

/*
Expand Down Expand Up @@ -372,8 +371,6 @@ static void initialize(PARROT_INTERP, STable *st, void *data) {
st->REPR->initialize(interp, st, (char *)body->cstruct + offset);
}
}

/* TODO: Initialize child objects. */
}

/* Copies to the body of one object to another. */
Expand Down

0 comments on commit 7ff1038

Please sign in to comment.