mirror of https://github.com/python/cpython.git
Oops, remove an unused variable from PyErr_Format().
This commit is contained in:
parent
5c4998b236
commit
2dc466169e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue