summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2018-05-15 09:56:18 -0400
committerGitHub <noreply@github.com>2018-05-15 09:56:18 -0400
commit6bd0c476c58ca0046969f70dc2a4e4dfb3268062 (patch)
tree0d03c95e5426fc5912d836443a93c7ecf5641851 /PCbuild
parent5c7e079158db869c9ede1ac9b5b9735091d3ffb6 (diff)
downloadcpython-git-6bd0c476c58ca0046969f70dc2a4e4dfb3268062.tar.gz
bpo-32604: Remove xid registry. (#6813)
Remove the interpreters testing helper (and xid registry).
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcxproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 90330faa0c..d19b5f5acf 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -280,7 +280,6 @@
<ClCompile Include="..\Modules\_tracemalloc.c" />
<ClCompile Include="..\Modules\timemodule.c" />
<ClCompile Include="..\Modules\xxsubtype.c" />
- <ClCompile Include="..\Modules\_xxsubinterpretersmodule.c" />
<ClCompile Include="..\Modules\zipimport.c" />
<ClCompile Include="..\Modules\_io\fileio.c" />
<ClCompile Include="..\Modules\_io\bytesio.c" />