bpo-42064: Remove stale extern declarations in sqlite3 headers (GH-26840)

This commit is contained in:
Erlend Egeberg Aasland 2021-06-23 14:06:53 +02:00 committed by GitHub
parent e9c8f784fa
commit 019ad62afd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 24 deletions

View file

@ -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);