diff options
author | Damien George <damien@micropython.org> | 2024-02-29 11:15:37 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-02-29 11:15:37 +1100 |
commit | 9a4be7d7b36b55fba5584d0ffb751e6b431324cc (patch) | |
tree | f02a14176d73b33fca53632f898d301c4520de63 /extmod/btstack/modbluetooth_btstack.c | |
parent | 8692d2602a7775fea22d75ebf5b50971dc2b968f (diff) | |
download | micropython-9a4be7d7b36b55fba5584d0ffb751e6b431324cc.tar.gz micropython-9a4be7d7b36b55fba5584d0ffb751e6b431324cc.zip |
py/emitbc: Remove call to adjust Python stack by 0 entries.
This call used to be needed when there was an `emit_bc_pre()` function that
needed to be called at the start of each emitted bytecode. But in
8e7745eb315cdaf7dec033891f88e091ab4e016e that function was removed and now
the call to `mp_emit_bc_adjust_stack_size()` does nothing when adjusting by
0 entries, so it can be removed.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'extmod/btstack/modbluetooth_btstack.c')
0 files changed, 0 insertions, 0 deletions