Remove unused variable.

This commit is contained in:
Georg Brandl 2009-05-05 09:20:52 +00:00
parent ba68a99656
commit cecdc9c0e0
1 changed files with 0 additions and 1 deletions

View File

@ -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);