Skip to content

Commit afc200c

Browse files
committed
Remove unused variable
1 parent c1eed72 commit afc200c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Modules/_io/bytesio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ _io_BytesIO_peek_impl(bytesio *self, Py_ssize_t size)
515515
/*[clinic end generated code: output=fa4d8ce28b35db9b input=afc80e71b37e7c59]*/
516516
{
517517
Py_ssize_t n;
518-
const char *output;
519518

520519
CHECK_CLOSED(self);
521520

0 commit comments

Comments
 (0)