aboutsummaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-09-01 15:22:25 +1000
committerDamien George <damien.p.george@gmail.com>2017-09-01 15:22:25 +1000
commit860eeeea9b3a56e15e9adf9128548a4df4775d9d (patch)
tree801001a3c660173ea9731ec2c22c5f61d1c3fcf7 /py/qstrdefs.h
parent1ee6c3771fdfe458a7db3077e50e12d3519abb11 (diff)
py/qstrdefs: Remove unused qstrs.
They are not used by any component and take up valuable flash space.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 9375b9101..4ded5be08 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -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)