diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-09-26 05:07:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-26 05:07:09 (GMT) |
commit | 90b4e49c98dd0ff948e13dd0618240c2294eb23d (patch) | |
tree | f39050322f4d0b7583837733149b565643033769 | |
parent | e73b93ab3e0bc2e5a3591f125f465353e025ecaf (diff) | |
download | cpython-90b4e49c98dd0ff948e13dd0618240c2294eb23d.zip cpython-90b4e49c98dd0ff948e13dd0618240c2294eb23d.tar.gz cpython-90b4e49c98dd0ff948e13dd0618240c2294eb23d.tar.bz2 |
bpo-38174 follow up: Remove loadlibrary.c from VS9.0. (GH-16411)
-rw-r--r-- | PC/VS9.0/_elementtree.vcproj | 4 | ||||
-rw-r--r-- | PC/VS9.0/pyexpat.vcproj | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/PC/VS9.0/_elementtree.vcproj b/PC/VS9.0/_elementtree.vcproj index 2915eb3..f89409c 100644 --- a/PC/VS9.0/_elementtree.vcproj +++ b/PC/VS9.0/_elementtree.vcproj @@ -595,10 +595,6 @@ > </File> <File - RelativePath="..\..\Modules\expat\loadlibrary.c" - > - </File> - <File RelativePath="..\..\Modules\expat\xmlparse.c" > </File> diff --git a/PC/VS9.0/pyexpat.vcproj b/PC/VS9.0/pyexpat.vcproj index 7a2474e..76b698f 100644 --- a/PC/VS9.0/pyexpat.vcproj +++ b/PC/VS9.0/pyexpat.vcproj @@ -535,10 +535,6 @@ > </File> <File - RelativePath="..\..\Modules\expat\loadlibrary.c" - > - </File> - <File RelativePath="..\..\Modules\expat\xmlparse.c" > </File> |