diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-25 00:25:32 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-25 00:25:32 +0000 |
commit | 2259e62c3768af064c457709b643fb526ed4a2d6 (patch) | |
tree | 65fbba097033d1c8868ee34f94c2587f2d714450 | |
parent | 0f5e8b151f2bfaec9c69c296d4fa0082de99e762 (diff) | |
download | micropython-2259e62c3768af064c457709b643fb526ed4a2d6.tar.gz micropython-2259e62c3768af064c457709b643fb526ed4a2d6.zip |
Remove obsoleted comment.
-rw-r--r-- | py/objtype.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/objtype.c b/py/objtype.c index afa34aa0c3..9cb9b8654d 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__, /* |