diff --git a/Python/errors.c b/Python/errors.c index b011acc4416..68743bf427c 100644 --- a/Python/errors.c +++ b/Python/errors.c @@ -218,7 +218,6 @@ PyErr_Format(exception, format, va_alist) { va_list vargs; char buffer[500]; /* Caller is responsible for limiting the format */ - PyObject *s; #ifdef HAVE_STDARG_PROTOTYPES va_start(vargs, format);