diff --git a/src/6model/sixmodelobject.h b/src/6model/sixmodelobject.h index 444cae46b3..6b8a8dde38 100644 --- a/src/6model/sixmodelobject.h +++ b/src/6model/sixmodelobject.h @@ -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