Skip to content

Commit 1053101

Browse files
committed
remove dead code
1 parent 5d98a84 commit 1053101

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Modules/_io/textio.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3386,8 +3386,6 @@ static PyMemberDef textiowrapper_members[] = {
33863386
static PyGetSetDef textiowrapper_getset[] = {
33873387
_IO_TEXTIOWRAPPER_NAME_GETSETDEF
33883388
_IO_TEXTIOWRAPPER_CLOSED_GETSETDEF
3389-
/* {"mode", (getter)TextIOWrapper_mode_get, NULL, NULL},
3390-
*/
33913389
_IO_TEXTIOWRAPPER_NEWLINES_GETSETDEF
33923390
_IO_TEXTIOWRAPPER_ERRORS_GETSETDEF
33933391
_IO_TEXTIOWRAPPER__CHUNK_SIZE_GETSETDEF

0 commit comments

Comments
 (0)