From 5f19c30d2fee032b8fd07ec5bfe40f6599bf3eb7 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 14 Mar 2019 15:48:14 +0100 Subject: [implem-python] Suppression d'affectations redondantes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aurais dû les enlever dans 23d2fea280302c01a818e46e4a43c884eac03865. --- python/lilliput_ae_2.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'python/lilliput_ae_2.py') diff --git a/python/lilliput_ae_2.py b/python/lilliput_ae_2.py index aeebe27..161598e 100644 --- a/python/lilliput_ae_2.py +++ b/python/lilliput_ae_2.py @@ -25,8 +25,6 @@ M_BITS = BLOCK_BITS def InitParameters(key_bits) : global KEY_BITS global KEY_BYTES - global TWEAK_BITS - global TWEAK_BYTES global TWEAKEY_BITS global TWEAKEY_BYTES global LANES -- cgit v1.2.3