Commit 6d7db6ec authored by Brett Cannon's avatar Brett Cannon

Remove unused variable.

parent 9291332d
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment