mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
msvcdeps: Remove unused variable
This commit is contained in:
parent
67793aa173
commit
e55b4b2375
@ -32,7 +32,6 @@ from waflib.Tools import c_preproc, c, cxx, msvc
|
|||||||
from waflib.TaskGen import feature, before_method
|
from waflib.TaskGen import feature, before_method
|
||||||
|
|
||||||
lock = threading.Lock()
|
lock = threading.Lock()
|
||||||
nodes = {} # Cache the path -> Node lookup
|
|
||||||
|
|
||||||
PREPROCESSOR_FLAG = '/showIncludes'
|
PREPROCESSOR_FLAG = '/showIncludes'
|
||||||
INCLUDE_PATTERN = 'Note: including file:'
|
INCLUDE_PATTERN = 'Note: including file:'
|
||||||
|
Loading…
Reference in New Issue
Block a user