mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-40959: Remove unused declarations from sqlite3 headers (GH-20828)
This commit is contained in:
parent
ddb5e11683
commit
203b2493ae
5 changed files with 0 additions and 16 deletions
|
@ -46,7 +46,6 @@ typedef struct
|
|||
extern PyTypeObject *pysqlite_StatementType;
|
||||
|
||||
int pysqlite_statement_create(pysqlite_Statement* self, pysqlite_Connection* connection, PyObject* sql);
|
||||
void pysqlite_statement_dealloc(pysqlite_Statement* self);
|
||||
|
||||
int pysqlite_statement_bind_parameter(pysqlite_Statement* self, int pos, PyObject* parameter);
|
||||
void pysqlite_statement_bind_parameters(pysqlite_Statement* self, PyObject* parameters);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue