aboutsummaryrefslogtreecommitdiff
path: root/py/emit.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-03-09 10:16:09 +1100
committerDamien George <damien.p.george@gmail.com>2019-03-14 12:22:25 +1100
commit3b973a5658025bb99f503fb15ba11884729ac77a (patch)
treed11ff8a6999d8be5ec16149dc17dbf77883927dc /py/emit.h
parent28c2873d99a6dcd8978eea1161fc2346fed067d0 (diff)
py: Move mp_native_type_from_qstr() from emitnative.c to nativeglue.c.
Diffstat (limited to 'py/emit.h')
-rw-r--r--py/emit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/emit.h b/py/emit.h
index 34c6cfd84..2a5da8e8e 100644
--- a/py/emit.h
+++ b/py/emit.h
@@ -156,8 +156,6 @@ typedef struct _emit_method_table_t {
void (*end_except_handler)(emit_t *emit);
} emit_method_table_t;
-int mp_native_type_from_qstr(qstr qst);
-
static inline void mp_emit_common_get_id_for_load(scope_t *scope, qstr qst) {
scope_find_or_add_id(scope, qst, ID_INFO_KIND_GLOBAL_IMPLICIT);
}