diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-17 00:48:02 +0300 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-17 00:48:02 +0300 |
| commit | 8fa8ee3970f095f47f045891afe118836280e551 (patch) | |
| tree | 7f64afb1084a746b1ecd7e293fbbddeeb5f270d5 /PC | |
| parent | 5c03d2075782eab58b33ecc114abb8df025e6057 (diff) | |
| download | cpython-git-8fa8ee3970f095f47f045891afe118836280e551.tar.gz | |
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 f7100f1c5f..82c57ae25f 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>
|
