diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-16 21:48:02 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-16 21:48:02 (GMT) |
commit | 8fa8ee3970f095f47f045891afe118836280e551 (patch) | |
tree | 7f64afb1084a746b1ecd7e293fbbddeeb5f270d5 /PC | |
parent | 5c03d2075782eab58b33ecc114abb8df025e6057 (diff) | |
download | cpython-8fa8ee3970f095f47f045891afe118836280e551.zip cpython-8fa8ee3970f095f47f045891afe118836280e551.tar.gz cpython-8fa8ee3970f095f47f045891afe118836280e551.tar.bz2 |
Issue #18701: Remove support of old CPython versions (<3.0) from C code.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VS9.0/_sqlite3.vcproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PC/VS9.0/_sqlite3.vcproj b/PC/VS9.0/_sqlite3.vcproj index f7100f1..82c57ae 100644 --- a/PC/VS9.0/_sqlite3.vcproj +++ b/PC/VS9.0/_sqlite3.vcproj @@ -555,10 +555,6 @@ >
</File>
<File
- RelativePath="..\..\Modules\_sqlite\sqlitecompat.h"
- >
- </File>
- <File
RelativePath="..\..\Modules\_sqlite\statement.h"
>
</File>
|