Remove unused static qstrs

These are turned into TRANSLATE() messages now, so the qstr version
would not be used.
This commit is contained in:
Jeff Epler 2022-11-08 11:21:22 -06:00
parent 10d92873c3
commit 2315b62bff
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 0 additions and 5 deletions

View File

@ -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