Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 14ef70b

Browse files
committed
Remove unused variables
1 parent 0ea230b commit 14ef70b

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Modules/_sqlite/connection.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ PyObject* _pysqlite_build_py_params(sqlite3_context *context, int argc, sqlite3_
449449
const char* val_str;
450450
PY_LONG_LONG val_int;
451451
Py_ssize_t buflen;
452-
void* raw_buffer;
453452

454453
args = PyTuple_New(argc);
455454
if (!args) {

Modules/_sqlite/cursor.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ PyObject* _pysqlite_fetch_one_row(pysqlite_Cursor* self)
296296
PyObject* converted;
297297
Py_ssize_t nbytes;
298298
PyObject* buffer;
299-
void* raw_buffer;
300299
const char* val_str;
301300
char buf[200];
302301
const char* colname;

0 commit comments

Comments
 (0)