From 99820803b9646250b4f10ef3493eec5229fdd466 Mon Sep 17 00:00:00 2001 From: Michael Vincent Date: Fri, 9 Apr 2021 11:52:35 -0500 Subject: [PATCH] msvcdeps: Remove unused variable --- waflib/extras/msvcdeps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/waflib/extras/msvcdeps.py b/waflib/extras/msvcdeps.py index 2ca52991..ac323ed4 100644 --- a/waflib/extras/msvcdeps.py +++ b/waflib/extras/msvcdeps.py @@ -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:'