Skip to content

Commit 2315b62

Browse files
committed
Remove unused static qstrs
These are turned into TRANSLATE() messages now, so the qstr version would not be used.
1 parent 10d9287 commit 2315b62

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

py/qstrdefs.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Q({:#x})
4949
Q({:#b})
5050
Q( )
5151
Q(\n)
52-
Q(maximum recursion depth exceeded)
5352
Q(<module>)
5453
Q(<lambda>)
5554
Q(<listcomp>)
@@ -63,7 +62,3 @@ Q(utf-8)
6362
#if MICROPY_MODULE_FROZEN
6463
Q(.frozen)
6564
#endif
66-
67-
#if MICROPY_ENABLE_PYSTACK
68-
Q(pystack exhausted)
69-
#endif

0 commit comments

Comments
 (0)