[Python-checkins] r72329 - in python/branches/py3k: Objects/descrobject.c

georg.brandl python-checkins at python.org
Tue May 5 11:21:07 CEST 2009


Author: georg.brandl
Date: Tue May  5 11:21:07 2009
New Revision: 72329

Log:
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.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Objects/descrobject.c

Modified: python/branches/py3k/Objects/descrobject.c
==============================================================================
--- python/branches/py3k/Objects/descrobject.c	(original)
+++ python/branches/py3k/Objects/descrobject.c	Tue May  5 11:21:07 2009
@@ -1225,7 +1225,6 @@
 		PyObject *doc)
 {
 	propertyobject *pold = (propertyobject *)old;
-	propertyobject *pnew = NULL;
 	PyObject *new, *type;
 
 	type = PyObject_Type(old);


More information about the Python-checkins mailing list