comparison windows-dev/Configure.py @ 573:59ab0b151269

Remove unneeded duplicat initialization of variables to None
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 08 Jan 2022 18:35:58 +0100
parents 65a52a3f3575
children 0c9169de6e3a
comparison
equal deleted inserted replaced
572:65a52a3f3575 573:59ab0b151269
27 import sys 27 import sys
28 28
29 import ninja_syntax 29 import ninja_syntax
30 30
31 tool = build = host = None 31 tool = build = host = None
32
33 host = None
34
35 32
36 # 33 #
37 # Global build variables (ordered because they must be written ordered 34 # Global build variables (ordered because they must be written ordered
38 # -- and with simple attribute access 35 # -- and with simple attribute access
39 # 36 #