Remove unused variables.

This commit is contained in:
Walter Dörwald 2007-05-20 12:49:47 +00:00
parent 67d999305f
commit c2f6a58ffd
2 changed files with 1 additions and 2 deletions

View file

@ -1566,7 +1566,7 @@ PyMethodDef array_methods[] = {
static PyObject *
array_repr(arrayobject *a)
{
char buf[256], typecode;
char typecode;
PyObject *s, *v = NULL;
Py_ssize_t len;