Skip to content

Commit 2ed4f7a

Browse files
committed
tools/mpy_ld.py: Remove obsolete QSTR_WINDOW_SIZE constant.
This was made obsolete in f2040bf Signed-off-by: Damien George <[email protected]>
1 parent 8aa254c commit 2ed4f7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/mpy_ld.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
MP_SCOPE_FLAG_VIPERBSS = 0x40
5151
MICROPY_PY_BUILTINS_STR_UNICODE = 2
5252
MP_SMALL_INT_BITS = 31
53-
QSTR_WINDOW_SIZE = 32
5453

5554
# ELF constants
5655
R_386_32 = 1

0 commit comments

Comments
 (0)