Skip to content

Commit

Permalink
Kill a piece of dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnsholt committed Jan 28, 2013
1 parent d09685a commit 2f37e5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/6model/sixmodelobject.h
Expand Up @@ -220,7 +220,6 @@ typedef struct SixModel_REPROps_Indexing {
* nothing is there, or throw to indicate out of bounds, or vivify. If
* bits is a non-NULL pointer, the pointed-to INTVAL will contain the
* bit-width of the attribute. */
/*void * (*at_pos_ref) (PARROT_INTERP, STable *st, void *data, INTVAL index, INTVAL *bits);*/
void * (*at_pos_ref) (PARROT_INTERP, STable *st, void *data, INTVAL index);

/* Get a boxed object representing the element at the specified position. If the
Expand Down

0 comments on commit 2f37e5d

Please sign in to comment.