diff --git a/py/objtype.c b/py/objtype.c index afa34aa0c357196e132d9f4db4af51786665cf38..9cb9b8654d73c61d5215cdadf4a8f0d3a6eb3ccf 100644 --- a/py/objtype.c +++ b/py/objtype.c @@ -116,7 +116,6 @@ static mp_obj_t class_make_new(mp_obj_t self_in, uint n_args, uint n_kw, const m return o; } -// TODO somehow replace const char * with a qstr static const qstr binary_op_method_name[] = { [RT_BINARY_OP_SUBSCR] = MP_QSTR___getitem__, /*