Remove obsoleted comment.

This commit is contained in:
Damien George 2014-01-25 00:25:32 +00:00
parent 0f5e8b151f
commit 2259e62c37
1 changed files with 0 additions and 1 deletions

View File

@ -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__,
/*