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( )
|
||||
Q(\n)
|
||||
Q(maximum recursion depth exceeded)
|
||||
Q(<module>)
|
||||
Q(<lambda>)
|
||||
Q(<listcomp>)
|
||||
|
@ -63,7 +62,3 @@ Q(utf-8)
|
|||
#if MICROPY_MODULE_FROZEN
|
||||
Q(.frozen)
|
||||
#endif
|
||||
|
||||
#if MICROPY_ENABLE_PYSTACK
|
||||
Q(pystack exhausted)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue