summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2013-05-23 01:08:21 +0200
committerMarian Sigler <m@qjym.de>2013-05-23 01:08:21 +0200
commit71000554bac9583d897df02825bcd43df7f360ea (patch)
tree10105a138e17c21319014201f7e56e6f1a6b73ab
parent426736b8288e40a6c283e653c73e59efbc436c4f (diff)
downloadweb-71000554bac9583d897df02825bcd43df7f360ea.tar.gz
web-71000554bac9583d897df02825bcd43df7f360ea.tar.bz2
web-71000554bac9583d897df02825bcd43df7f360ea.zip
remove a line I forgot to remove ... :/
-rw-r--r--utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils.py b/utils.py
index 7e5fd85..478c034 100644
--- a/utils.py
+++ b/utils.py
@@ -182,8 +182,6 @@ def constant_time_compare(val1, val2):
This is should be implemented in C in order to get it completely right.
"""
- if _builtin_constant_time_compare is not None:
- return _builtin_constant_time_compare(val1, val2)
len_eq = len(val1) == len(val2)
if len_eq:
result = 0