diff options
| author | Skip Montanaro <skip@pobox.com> | 2000-07-08 12:06:36 +0000 |
|---|---|---|
| committer | Skip Montanaro <skip@pobox.com> | 2000-07-08 12:06:36 +0000 |
| commit | 4cbc9f7650aaceff0edacab3a754fd94f6a46626 (patch) | |
| tree | 0fb845a6bf06e3a590b28a5b195dc2b6b64a9a6c /Objects | |
| parent | 35e8afb76e6822c06e87df054c20df781efc2dc2 (diff) | |
| download | cpython-git-4cbc9f7650aaceff0edacab3a754fd94f6a46626.tar.gz | |
delete unused local variable from _PyTrash_deposit_object
Diffstat (limited to 'Objects')
| -rw-r--r-- | Objects/object.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/object.c b/Objects/object.c index 80a6e852aa..a04e00bf79 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; |
