mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -54,9 +54,6 @@ typedef struct
|
|||
|
||||
extern PyTypeObject *pysqlite_CursorType;
|
||||
|
||||
PyObject* pysqlite_cursor_getiter(pysqlite_Cursor *self);
|
||||
PyObject* pysqlite_cursor_iternext(pysqlite_Cursor *self);
|
||||
|
||||
int pysqlite_cursor_setup_types(PyObject *module);
|
||||
|
||||
#define UNKNOWN (-1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue