]> granicus.if.org Git - python/commitdiff
Remove unused variable.
authorBrett Cannon <bcannon@gmail.com>
Tue, 13 Jun 2006 16:06:55 +0000 (16:06 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 13 Jun 2006 16:06:55 +0000 (16:06 +0000)
Modules/threadmodule.c

index fd0bd085a468565dea23ab0cc2f93c5bcdd821c4..448b11cd67ad8668143a919d117c7f95f0359fe7 100644 (file)
@@ -591,7 +591,6 @@ thread_stack_size(PyObject *self, PyObject *args)
 {
        size_t old_size;
        Py_ssize_t new_size = 0;
-       PyObject *set_size = NULL;
        int rc;
 
        if (!PyArg_ParseTuple(args, "|n:stack_size", &new_size))