mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Remove unused variable.
This commit is contained in:
parent
9291332de1
commit
6d7db6ecc4
1 changed files with 0 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue