summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
Diffstat (limited to 'Objects')
-rw-r--r--Objects/descrobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/descrobject.c b/Objects/descrobject.c
index f6f5976..00cda3c 100644
--- a/Objects/descrobject.c
+++ b/Objects/descrobject.c
@@ -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);