mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
bpo-44092: Remove unused member reset
from sqlite3.Cursor
(GH-30377)
Automerge-Triggered-By: GH:pablogsal
This commit is contained in:
parent
2db5613063
commit
f1a58441ee
2 changed files with 0 additions and 20 deletions
|
@ -42,7 +42,6 @@ typedef struct
|
|||
PyObject* row_factory;
|
||||
pysqlite_Statement* statement;
|
||||
int closed;
|
||||
int reset;
|
||||
int locked;
|
||||
int initialized;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue