py/qstrdefs: Remove unused qstrs.

They are not used by any component and take up valuable flash space.
This commit is contained in:
Damien George 2017-09-01 15:22:25 +10:00
parent 1ee6c3771f
commit 860eeeea9b
1 changed files with 0 additions and 8 deletions

View File

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