diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-03-14 15:48:14 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-03-21 14:49:15 +0100 |
| commit | 5f19c30d2fee032b8fd07ec5bfe40f6599bf3eb7 (patch) | |
| tree | 0fc916897b777a6c1d81c6405b007a6e7be59b29 /python | |
| parent | 6bb0c4369ec43c6c3a83e58c1906f4c1f0d3a0dd (diff) | |
| download | lilliput-ae-implem-5f19c30d2fee032b8fd07ec5bfe40f6599bf3eb7.tar.xz | |
[implem-python] Suppression d'affectations redondantes
Aurais dû les enlever dans 23d2fea280302c01a818e46e4a43c884eac03865.
Diffstat (limited to 'python')
| -rw-r--r-- | python/lilliput_ae_2.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
