mirror of https://github.com/python/cpython
Remove unused variable.
This commit is contained in:
parent
7794da6af0
commit
66d8ce510a
|
@ -1212,7 +1212,6 @@ property_copy(PyObject *old, PyObject *get, PyObject *set, PyObject *del,
|
||||||
PyObject *doc)
|
PyObject *doc)
|
||||||
{
|
{
|
||||||
propertyobject *pold = (propertyobject *)old;
|
propertyobject *pold = (propertyobject *)old;
|
||||||
propertyobject *pnew = NULL;
|
|
||||||
PyObject *new, *type;
|
PyObject *new, *type;
|
||||||
|
|
||||||
type = PyObject_Type(old);
|
type = PyObject_Type(old);
|
||||||
|
|
Loading…
Reference in New Issue