tools/mpy_ld.py: Remove obsolete QSTR_WINDOW_SIZE constant.

This was made obsolete in f2040bfc7e

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2022-05-17 12:51:07 +10:00
parent 8aa254c369
commit 2ed4f7a130

View File

@ -50,7 +50,6 @@ MP_SCOPE_FLAG_VIPERRODATA = 0x20
MP_SCOPE_FLAG_VIPERBSS = 0x40
MICROPY_PY_BUILTINS_STR_UNICODE = 2
MP_SMALL_INT_BITS = 31
QSTR_WINDOW_SIZE = 32
# ELF constants
R_386_32 = 1