diff --git a/Modules/structmodule.c b/Modules/structmodule.c index 06e7b2eda8a..113e3c507b3 100644 --- a/Modules/structmodule.c +++ b/Modules/structmodule.c @@ -1254,7 +1254,7 @@ struct_unpack(self, args) const formatdef *f, *e; char *str, *start, *fmt, *s; char c; - int len, size, num, x; + int len, size, num; PyObject *res, *v; if (!PyArg_ParseTuple(args, "ss#", &fmt, &start, &len))