Skip to content

Commit eab9742

Browse files
committed
unused var
1 parent f669add commit eab9742

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_io/iobase.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,6 @@ _io__RawIOBase_readall_impl(PyObject *self)
963963
/*[clinic end generated code: output=1987b9ce929425a0 input=688874141213622a]*/
964964
{
965965
PyBytesWriter *writer = PyBytesWriter_Create(0);
966-
PyObject *result;
967966

968967
if (writer == NULL)
969968
return NULL;

0 commit comments

Comments
 (0)