mirror of
https://github.com/python/cpython.git
synced 2025-11-11 22:55:08 +00:00
zap commented out bit of code
This commit is contained in:
parent
06c7b62a83
commit
3bc093b717
1 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ module. Users should not use this module directly, but import the csv.py
|
||||||
module instead.
|
module instead.
|
||||||
|
|
||||||
**** For people modifying this code, please note that as of this writing
|
**** For people modifying this code, please note that as of this writing
|
||||||
**** (2003-03-23), it is intended that this code should work with Python
|
**** (2003-03-23), it is intended t hat this code should work with Python
|
||||||
**** 2.2.
|
**** 2.2.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
@ -270,7 +270,6 @@ static void
|
||||||
Dialect_dealloc(DialectObj *self)
|
Dialect_dealloc(DialectObj *self)
|
||||||
{
|
{
|
||||||
Py_XDECREF(self->lineterminator);
|
Py_XDECREF(self->lineterminator);
|
||||||
/*PyMem_DEL(self);*/
|
|
||||||
self->ob_type->tp_free((PyObject *)self);
|
self->ob_type->tp_free((PyObject *)self);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue