mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Remove unused variable.
This commit is contained in:
parent
5fb8eb9e41
commit
0d84d13c3f
1 changed files with 0 additions and 1 deletions
|
@ -2847,7 +2847,6 @@ static PyObject *
|
|||
string_new(PyTypeObject *type, PyObject *args, PyObject *kwds)
|
||||
{
|
||||
PyObject *x = NULL, *it;
|
||||
PyObject *(*iternext)(PyObject *);
|
||||
const char *encoding = NULL;
|
||||
const char *errors = NULL;
|
||||
PyObject *new = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue