Skip to content

Commit bc1ee03

Browse files
committed
Remove unused cache dictionary.
1 parent caa6539 commit bc1ee03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SCons/Tool/MSCommon/MSVC/Kind.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,15 +656,13 @@ def msvc_version_uwp_is_supported(msvc_version, target_arch=None, env=None):
656656
# reset cache
657657

658658
def reset() -> None:
659-
global _cache_installed_vcs
660659
global _cache_vcver_kind_map
661660
global _cache_pdir_vswhere_kind
662661
global _cache_pdir_registry_kind
663662
global _cache_pdir_registry_winsdk
664663

665664
debug('')
666665

667-
_cache_installed_vcs = None
668666
_cache_vcver_kind_map = {}
669667
_cache_pdir_vswhere_kind = {}
670668
_cache_pdir_registry_kind = {}

0 commit comments

Comments
 (0)