# HG changeset patch # User Franz Glasner # Date 1641663358 -3600 # Node ID 59ab0b151269a19b05f52e0d9f2495d7f458f73a # Parent 65a52a3f357569dc2d329d443486bba296cfe78d Remove unneeded duplicat initialization of variables to None diff -r 65a52a3f3575 -r 59ab0b151269 windows-dev/Configure.py --- a/windows-dev/Configure.py Sat Jan 08 18:35:31 2022 +0100 +++ b/windows-dev/Configure.py Sat Jan 08 18:35:58 2022 +0100 @@ -30,9 +30,6 @@ tool = build = host = None -host = None - - # # Global build variables (ordered because they must be written ordered # -- and with simple attribute access