mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59: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
|
@ -38,8 +38,6 @@ typedef struct
|
|||
PyObject* in_weakreflist; /* List of weak references */
|
||||
} pysqlite_Statement;
|
||||
|
||||
extern PyTypeObject *pysqlite_StatementType;
|
||||
|
||||
pysqlite_Statement *pysqlite_statement_create(pysqlite_Connection *connection, PyObject *sql);
|
||||
|
||||
int pysqlite_statement_bind_parameter(pysqlite_Statement* self, int pos, PyObject* parameter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue