Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
fe6756aa
Commit
fe6756aa
authored
Jan 10, 2016
by
Damien George
Browse files
py: Remove long-obsolete mp_method_t typedef.
parent
bae052d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/obj.h
View file @
fe6756aa
...
...
@@ -415,11 +415,6 @@ typedef mp_obj_t (*mp_binary_op_fun_t)(mp_uint_t op, mp_obj_t, mp_obj_t);
typedef
void
(
*
mp_attr_fun_t
)(
mp_obj_t
self_in
,
qstr
attr
,
mp_obj_t
*
dest
);
typedef
mp_obj_t
(
*
mp_subscr_fun_t
)(
mp_obj_t
self_in
,
mp_obj_t
index
,
mp_obj_t
value
);
typedef
struct
_mp_method_t
{
qstr
name
;
mp_const_obj_t
fun
;
}
mp_method_t
;
// Buffer protocol
typedef
struct
_mp_buffer_info_t
{
// if we'd bother to support various versions of structure
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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