2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00

msvcdeps: Remove unused variable

This commit is contained in:
Michael Vincent 2021-04-09 11:52:35 -05:00 committed by Thomas Nagy
parent 67793aa173
commit e55b4b2375

View File

@ -32,7 +32,6 @@ from waflib.Tools import c_preproc, c, cxx, msvc
from waflib.TaskGen import feature, before_method
lock = threading.Lock()
nodes = {} # Cache the path -> Node lookup
PREPROCESSOR_FLAG = '/showIncludes'
INCLUDE_PATTERN = 'Note: including file:'