Skip to content

Commit 79d5032

Browse files
committed
Remove unused variable
1 parent 9da7f9f commit 79d5032

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_io/bytesio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ _io_BytesIO_peek_impl(bytesio *self, Py_ssize_t size)
478478
/*[clinic end generated code: output=fa4d8ce28b35db9b input=afc80e71b37e7c59]*/
479479
{
480480
Py_ssize_t n;
481-
const char *output;
482481

483482
CHECK_CLOSED(self);
484483

0 commit comments

Comments
 (0)