py/qstrdefs: Remove unused qstrs.
They are not used by any component and take up valuable flash space.
This commit is contained in:
parent
1ee6c3771f
commit
860eeeea9b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue