summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Objects/object.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/object.c b/Objects/object.c
index 80a6e85..a04e00b 100644
--- a/Objects/object.c
+++ b/Objects/object.c
@@ -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;