msvcdeps: Remove unused variable

This commit is contained in:
Michael Vincent 2021-04-09 11:52:35 -05:00 committed by Thomas Nagy
parent c082c5c668
commit 99820803b9
1 changed files with 0 additions and 1 deletions

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:'