Remove unused variable.

This commit is contained in:
Mark Dickinson 2009-09-27 16:17:37 +00:00
parent 7794da6af0
commit 66d8ce510a
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);