Remove unused static qstrs
These are turned into TRANSLATE() messages now, so the qstr version would not be used.
This commit is contained in:
parent
10d92873c3
commit
2315b62bff
|
@ -49,7 +49,6 @@ Q({:#x})
|
||||||
Q({:#b})
|
Q({:#b})
|
||||||
Q( )
|
Q( )
|
||||||
Q(\n)
|
Q(\n)
|
||||||
Q(maximum recursion depth exceeded)
|
|
||||||
Q(<module>)
|
Q(<module>)
|
||||||
Q(<lambda>)
|
Q(<lambda>)
|
||||||
Q(<listcomp>)
|
Q(<listcomp>)
|
||||||
|
@ -63,7 +62,3 @@ Q(utf-8)
|
||||||
#if MICROPY_MODULE_FROZEN
|
#if MICROPY_MODULE_FROZEN
|
||||||
Q(.frozen)
|
Q(.frozen)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if MICROPY_ENABLE_PYSTACK
|
|
||||||
Q(pystack exhausted)
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in New Issue