diff options
author | Guido van Rossum <guido@python.org> | 2007-08-07 22:09:52 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-08-07 22:09:52 (GMT) |
commit | 0cb85a972f45ab1c59c6f11ecb73cf9509e23225 (patch) | |
tree | 0bae8ec51a0e281f3e83bfb22cbc31cb609b70c8 /PCbuild | |
parent | 22201221cc64029e729236ae7ac9ef1772e2cb01 (diff) | |
download | cpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.zip cpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.tar.gz cpython-0cb85a972f45ab1c59c6f11ecb73cf9509e23225.tar.bz2 |
Remove more references to intobject.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 13cd9bc..1f945b8 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -602,9 +602,6 @@ RelativePath="..\Python\importdl.c"> </File> <File - RelativePath="..\Objects\intobject.c"> - </File> - <File RelativePath="..\Objects\iterobject.c"> </File> <File |