From 71000554bac9583d897df02825bcd43df7f360ea Mon Sep 17 00:00:00 2001 From: Marian Sigler Date: Thu, 23 May 2013 01:08:21 +0200 Subject: remove a line I forgot to remove ... :/ --- utils.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils.py') 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 -- cgit v1.2.3-1-g7c22