Kaydet (Commit) 66d8ce51 authored tarafından Mark Dickinson's avatar Mark Dickinson

Remove unused variable.

üst 7794da6a
...@@ -1212,7 +1212,6 @@ property_copy(PyObject *old, PyObject *get, PyObject *set, PyObject *del, ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment