Kaydet (Commit) 0d84d13c authored tarafından Georg Brandl's avatar Georg Brandl

Remove unused variable.

üst 5fb8eb9e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment