mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
@ -98,8 +98,6 @@ typedef struct
|
|||
PyObject* NotSupportedError;
|
||||
} pysqlite_Connection;
|
||||
|
||||
extern PyTypeObject *pysqlite_ConnectionType;
|
||||
|
||||
int pysqlite_connection_register_cursor(pysqlite_Connection* connection, PyObject* cursor);
|
||||
int pysqlite_check_thread(pysqlite_Connection* self);
|
||||
int pysqlite_check_connection(pysqlite_Connection* con);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue