Skip to content

Commit

Permalink
toke.c: Remove no longer used variable
Browse files Browse the repository at this point in the history
The usage was removed in 8fbaa65.

Fixes #22908
  • Loading branch information
khwilliamson committed Jan 13, 2025
1 parent e13f0e4 commit 8282950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toke.c
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ Perl_lex_peek_unichar(pTHX_ U32 flags)
if (UTF) {
U8 head;
I32 unichar;
STRLEN len, retlen;
STRLEN len;
if (s == bufend) {
if (!lex_next_chunk(flags))
return -1;
Expand Down

0 comments on commit 8282950

Please sign in to comment.