summaryrefslogtreecommitdiffstatshomepage
path: root/py/emitpass1.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-02-28 15:04:06 +0000
committerDamien George <damien.p.george@gmail.com>2015-02-28 15:04:06 +0000
commit63f3832e813442dcfc88be65d78ce465b053a33b (patch)
tree1778184b6ce04f808d3d8a068e16cc0848f6b16a /py/emitpass1.c
parent0b2fd918903509d0a5b368d328a9fa837880ff1c (diff)
downloadmicropython-63f3832e813442dcfc88be65d78ce465b053a33b.tar.gz
micropython-63f3832e813442dcfc88be65d78ce465b053a33b.zip
py: Combine emit functions for jump true/false to reduce code size.
Saves 116 bytes for stmhal and 56 bytes for cc3200 port.
Diffstat (limited to 'py/emitpass1.c')
-rw-r--r--py/emitpass1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/emitpass1.c b/py/emitpass1.c
index b5e5f8e7aa..b31973b7df 100644
--- a/py/emitpass1.c
+++ b/py/emitpass1.c
@@ -190,8 +190,6 @@ const emit_method_table_t emit_pass1_method_table = {
(void*)emit_pass1_dummy,
(void*)emit_pass1_dummy,
(void*)emit_pass1_dummy,
- (void*)emit_pass1_dummy,
- (void*)emit_pass1_dummy,
#if MICROPY_PY_BUILTINS_SET
(void*)emit_pass1_dummy,
(void*)emit_pass1_dummy,