diff options
author | Guido van Rossum <guido@python.org> | 2007-10-08 03:39:26 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-10-08 03:39:26 (GMT) |
commit | 0ea230b80a2f2c67635142281cfb38a78684c442 (patch) | |
tree | 9768b638a68b9b8963f6784537b5eea3372829e7 /PCbuild | |
parent | be801acbb1add9b6cc159f349dacad460ca5cc84 (diff) | |
download | cpython-0ea230b80a2f2c67635142281cfb38a78684c442.zip cpython-0ea230b80a2f2c67635142281cfb38a78684c442.tar.gz cpython-0ea230b80a2f2c67635142281cfb38a78684c442.tar.bz2 |
Remove more traces of bufferobject.[ch] from build files etc.
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 07e2050..802bed3 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -443,9 +443,6 @@ RelativePath="..\Objects\boolobject.c"> </File> <File - RelativePath="..\Objects\bufferobject.c"> - </File> - <File RelativePath="..\Objects\bytesobject.c"> </File> <File |