diff options
| author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2022-01-03 23:47:16 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-03 23:47:16 (GMT) |
| commit | f1a58441eea6b7788c64d03a80ea35996301e550 (patch) | |
| tree | 0007a8374b79bee55f282077466120f8707b7e07 /Modules/_sqlite/cursor.h | |
| parent | 2db56130631255ca2eb504519430fb2f1fe789e9 (diff) | |
| download | cpython-f1a58441eea6b7788c64d03a80ea35996301e550.zip cpython-f1a58441eea6b7788c64d03a80ea35996301e550.tar.gz cpython-f1a58441eea6b7788c64d03a80ea35996301e550.tar.bz2 | |
bpo-44092: Remove unused member `reset` from `sqlite3.Cursor` (GH-30377)
Automerge-Triggered-By: GH:pablogsal
Diffstat (limited to 'Modules/_sqlite/cursor.h')
| -rw-r--r-- | Modules/_sqlite/cursor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_sqlite/cursor.h b/Modules/_sqlite/cursor.h index d26d20a..0bcdddc 100644 --- a/Modules/_sqlite/cursor.h +++ b/Modules/_sqlite/cursor.h @@ -42,7 +42,6 @@ typedef struct PyObject* row_factory; pysqlite_Statement* statement; int closed; - int reset; int locked; int initialized; |
