From ed570e4b2a0a68e43b191fb0d5b45fb2ec83aca4 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 25 Jun 2015 13:58:41 +0000 Subject: py: Remove mp_load_const_str and replace uses with inlined version. --- py/runtime.h | 1 - 1 file changed, 1 deletion(-) (limited to 'py/runtime.h') diff --git a/py/runtime.h b/py/runtime.h index d171f1582..419b1d059 100644 --- a/py/runtime.h +++ b/py/runtime.h @@ -90,7 +90,6 @@ mp_obj_t mp_binary_op(mp_uint_t op, mp_obj_t lhs, mp_obj_t rhs); mp_obj_t mp_load_const_int(qstr qst); mp_obj_t mp_load_const_dec(qstr qst); -mp_obj_t mp_load_const_str(qstr qst); mp_obj_t mp_load_const_bytes(qstr qst); mp_obj_t mp_call_function_0(mp_obj_t fun); -- cgit v1.2.3