Skip to content

Commit 5cb3143

Browse files
committed
Remove unused variable
1 parent 897b072 commit 5cb3143

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
@@ -476,7 +476,6 @@ _io_BytesIO_peek_impl(bytesio *self, Py_ssize_t size)
476476
/*[clinic end generated code: output=fa4d8ce28b35db9b input=afc80e71b37e7c59]*/
477477
{
478478
Py_ssize_t n;
479-
const char *output;
480479

481480
CHECK_CLOSED(self);
482481

0 commit comments

Comments
 (0)