delete unused local variable from _PyTrash_deposit_object

This commit is contained in:
Skip Montanaro 2000-07-08 12:06:36 +00:00
parent 35e8afb76e
commit 4cbc9f7650
1 changed files with 0 additions and 1 deletions

View File

@ -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;