mirror of
https://github.com/micropython/micropython.git
synced 2025-09-03 08:20:28 +02:00
py/qstrdefs: Remove unused qstrs.
They are not used by any component and take up valuable flash space.
This commit is contained in:
@@ -51,11 +51,3 @@ Q(<genexpr>)
|
||||
Q(<string>)
|
||||
Q(<stdin>)
|
||||
Q(utf-8)
|
||||
|
||||
// The following qstrings not referenced from anywhere in the sources
|
||||
Q(__locals__)
|
||||
Q(BufferError)
|
||||
Q(FileExistsError)
|
||||
Q(FileNotFoundError)
|
||||
Q(FloatingPointError)
|
||||
Q(UnboundLocalError)
|
||||
|
Reference in New Issue
Block a user