From 860eeeea9b3a56e15e9adf9128548a4df4775d9d Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 1 Sep 2017 15:22:25 +1000 Subject: [PATCH] py/qstrdefs: Remove unused qstrs. They are not used by any component and take up valuable flash space. --- py/qstrdefs.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 9375b9101a..4ded5be084 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -51,11 +51,3 @@ Q() Q() Q() 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)