Commit 8f416df3 authored by Skip Montanaro's avatar Skip Montanaro

delete unused local variable from _PyTrash_deposit_object

parent 3e57bcba
...@@ -1169,7 +1169,6 @@ _PyTrash_deposit_object(op) ...@@ -1169,7 +1169,6 @@ _PyTrash_deposit_object(op)
PyObject *op; PyObject *op;
{ {
int typecode; int typecode;
PyObject *hold = _PyTrash_delete_later;
if (PyTuple_Check(op)) if (PyTuple_Check(op))
typecode = Py_TRASHCAN_TUPLE; typecode = Py_TRASHCAN_TUPLE;
......
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