Commit b0f79c8d authored by Georg Brandl's avatar Georg Brandl

Merged revisions 72328 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72328 | georg.brandl | 2009-05-05 11:20:52 +0200 (Di, 05 Mai 2009) | 1 line

  Remove unused variable.
........
parent 780b2a61
...@@ -1225,7 +1225,6 @@ property_copy(PyObject *old, PyObject *get, PyObject *set, PyObject *del, ...@@ -1225,7 +1225,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