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:
parent
8aa254c369
commit
2ed4f7a130
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue