Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4cbc9f7

Browse files
author
Skip Montanaro
committed
delete unused local variable from _PyTrash_deposit_object
1 parent 35e8afb commit 4cbc9f7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Objects/object.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,6 @@ _PyTrash_deposit_object(op)
11691169
PyObject *op;
11701170
{
11711171
int typecode;
1172-
PyObject *hold = _PyTrash_delete_later;
11731172

11741173
if (PyTuple_Check(op))
11751174
typecode = Py_TRASHCAN_TUPLE;

0 commit comments

Comments
 (0)