mirror of
https://github.com/python/cpython.git
synced 2026-03-27 15:10:56 +00:00
Remove unused variable.
This commit is contained in:
parent
ba68a99656
commit
cecdc9c0e0
1 changed files with 0 additions and 1 deletions
|
|
@ -1212,7 +1212,6 @@ property_copy(PyObject *old, PyObject *get, PyObject *set, PyObject *del,
|
|||
PyObject *doc)
|
||||
{
|
||||
propertyobject *pold = (propertyobject *)old;
|
||||
propertyobject *pnew = NULL;
|
||||
PyObject *new, *type;
|
||||
|
||||
type = PyObject_Type(old);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue