mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
delete unused local variable from _PyTrash_deposit_object
This commit is contained in:
parent
35e8afb76e
commit
4cbc9f7650
1 changed files with 0 additions and 1 deletions
|
|
@ -1169,7 +1169,6 @@ _PyTrash_deposit_object(op)
|
|||
PyObject *op;
|
||||
{
|
||||
int typecode;
|
||||
PyObject *hold = _PyTrash_delete_later;
|
||||
|
||||
if (PyTuple_Check(op))
|
||||
typecode = Py_TRASHCAN_TUPLE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue