summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDaniel Campora <daniel@wipy.io>2015-05-21 18:52:39 +0200
committerDaniel Campora <daniel@wipy.io>2015-05-21 18:52:39 +0200
commit6f1cffeb28c623e74d9914fe7dd16dc1494b5982 (patch)
treed8fa8d991c72033344e3f63dfe71ef51848fa2c2 /py/qstrdefs.h
parent7506db4ccb2af80692e7ce11e0db2f62c5db0bbd (diff)
downloadmicropython-6f1cffeb28c623e74d9914fe7dd16dc1494b5982.tar.gz
micropython-6f1cffeb28c623e74d9914fe7dd16dc1494b5982.zip
py: Remove hexdigest QSTR since the method has been removed as well.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index a5e543bbbc..4b5218eb5c 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -577,7 +577,6 @@ Q(heapify)
Q(uhashlib)
Q(update)
Q(digest)
-Q(hexdigest)
Q(sha256)
#endif