Scratch the ears of gcc -Wall.
diff --git a/Modules/structmodule.c b/Modules/structmodule.c
index 06e7b2e..113e3c5 100644
--- a/Modules/structmodule.c
+++ b/Modules/structmodule.c
@@ -1254,7 +1254,7 @@
 	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))