mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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
|
@ -62,11 +62,6 @@ typedef struct
|
|||
extern PyTypeObject *pysqlite_NodeType;
|
||||
extern PyTypeObject *pysqlite_CacheType;
|
||||
|
||||
int pysqlite_node_init(pysqlite_Node* self, PyObject* args, PyObject* kwargs);
|
||||
void pysqlite_node_dealloc(pysqlite_Node* self);
|
||||
|
||||
int pysqlite_cache_init(pysqlite_Cache* self, PyObject* args, PyObject* kwargs);
|
||||
void pysqlite_cache_dealloc(pysqlite_Cache* self);
|
||||
PyObject* pysqlite_cache_get(pysqlite_Cache* self, PyObject* args);
|
||||
|
||||
int pysqlite_cache_setup_types(PyObject *module);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue