Remove unused variable.

This commit is contained in:
Georg Brandl 2007-11-25 00:31:12 +00:00
parent 5fb8eb9e41
commit 0d84d13c3f

View file

@ -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;