Commit 2dc46616 authored by Guido van Rossum's avatar Guido van Rossum

Oops, remove an unused variable from PyErr_Format().

parent 5c4998b2
......@@ -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);
......
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