mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Remove an unused local variable.
This commit is contained in:
parent
98297ee781
commit
c6f6008991
1 changed files with 0 additions and 1 deletions
|
|
@ -88,7 +88,6 @@ int pysqlite_statement_bind_parameter(pysqlite_Statement* self, int pos, PyObjec
|
|||
const char* buffer;
|
||||
char* string;
|
||||
Py_ssize_t buflen;
|
||||
PyObject* stringval;
|
||||
|
||||
if (parameter == Py_None) {
|
||||
rc = sqlite3_bind_null(self->st, pos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue