mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
bpo-42064: Remove stale extern declarations in sqlite3 headers (GH-26840)
This commit is contained in:
parent
e9c8f784fa
commit
019ad62afd
6 changed files with 0 additions and 24 deletions
|
|
@ -30,8 +30,6 @@ typedef struct
|
|||
PyObject_HEAD
|
||||
} pysqlite_PrepareProtocol;
|
||||
|
||||
extern PyTypeObject *pysqlite_PrepareProtocolType;
|
||||
|
||||
int pysqlite_prepare_protocol_setup_types(PyObject *module);
|
||||
|
||||
#define UNKNOWN (-1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue