mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30: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
|
|
@ -33,8 +33,6 @@ typedef struct _Row
|
|||
PyObject* description;
|
||||
} pysqlite_Row;
|
||||
|
||||
extern PyTypeObject *pysqlite_RowType;
|
||||
|
||||
int pysqlite_row_setup_types(PyObject *module);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue