mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Remove unused variables
This commit is contained in:
parent
0ea230b80a
commit
14ef70b175
2 changed files with 0 additions and 2 deletions
|
@ -296,7 +296,6 @@ PyObject* _pysqlite_fetch_one_row(pysqlite_Cursor* self)
|
|||
PyObject* converted;
|
||||
Py_ssize_t nbytes;
|
||||
PyObject* buffer;
|
||||
void* raw_buffer;
|
||||
const char* val_str;
|
||||
char buf[200];
|
||||
const char* colname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue