Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
circuitpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
circuitpython
Commits
2259e62c
Commit
2259e62c
authored
Jan 25, 2014
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsoleted comment.
parent
0f5e8b15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
py/objtype.c
py/objtype.c
+0
-1
No files found.
py/objtype.c
View file @
2259e62c
...
...
@@ -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__
,
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment