bpo-40959: Remove unused declarations from sqlite3 headers (GH-20828)

This commit is contained in:
Erlend Egeberg Aasland 2021-01-06 01:56:05 +01:00 committed by GitHub
parent ddb5e11683
commit 203b2493ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 16 deletions

View file

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