Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove dead code from CArray.
  • Loading branch information
arnsholt committed Feb 2, 2013
1 parent 6b1e294 commit 2d2074c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/6model/reprs/CArray.c
Expand Up @@ -367,8 +367,6 @@ static void bind_pos_native(PARROT_INTERP, STable *st, void *data, INTVAL index,
body->elems = index + 1;
switch (repr_data->elem_kind) {
case CARRAY_ELEM_KIND_NUMERIC:
/* XXX: Dispatch to REPR here. */
/*type_st->REPR->copy_to(interp, type_st, value, ((char *)body->storage) + index * repr_data->elem_size);*/
switch (value->type) {
case NATIVE_VALUE_INT:
type_st->REPR->box_funcs->set_int(interp, type_st, ptr, value->value.intval);
Expand Down

0 comments on commit 2d2074c

Please sign in to comment.