]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove unused variable
authorFred Drake <fdrake@acm.org>
Wed, 12 Jan 2005 16:00:55 +0000 (16:00 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 12 Jan 2005 16:00:55 +0000 (16:00 +0000)
Python/marshal.c

index 2f0a6427a6ae933420ee40f9b88b6505fee2173a..d0fcac729699a58ce2a00283d55d24e929ed3274 100644 (file)
@@ -261,7 +261,6 @@ w_object(PyObject *v, WFILE *p)
                w_object((PyObject *)NULL, p);
        }
        else if (PyAnySet_Check(v)) {
-               int pos;
                PyObject *value, *it;
 
                if (PyObject_TypeCheck(v, &PySet_Type))