]> granicus.if.org Git - python/commitdiff
Scratch the ears of gcc -Wall.
authorBarry Warsaw <barry@python.org>
Fri, 3 Jan 1997 00:26:28 +0000 (00:26 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 3 Jan 1997 00:26:28 +0000 (00:26 +0000)
Modules/structmodule.c

index 06e7b2eda8a82f750a651c01ca6515bf5578a3de..113e3c507b3ec17c4ed7992c43d06f1d48d8f361 100644 (file)
@@ -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))