8000 py/qstrdefs: Remove unused qstrs. · cwalther/circuitpython@860eeee · GitHub
[go: up one dir, main page]

Skip to content

Commit 860eeee

Browse files
committed
py/qstrdefs: Remove unused qstrs.
They are not used by any component and take up valuable flash space.
1 parent 1ee6c37 commit 860eeee

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

py/qstrdefs.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,3 @@ Q(<genexpr>)
5151
Q(<string>)
5252
Q(<stdin>)
5353
Q(utf-8)
54-
55-
// The following qstrings not referenced from anywhere in the sources
56-
Q(__locals__)
57-
Q(BufferError)
58-
Q(FileExistsError)
59-
Q(FileNotFoundError)
60-
Q(FloatingPointError)
61-
Q(UnboundLocalError)

0 commit comments

Comments
 (0)
0