Skip to content

Commit 8b0fd01

Browse files
committed
toke.c: Remove obsolete assert
This resulted in merging two different pull requests at nearly the same time. One put in the assert; the other changed things so it was wrong. They didn't touch the same lines of code, so rebasing didn't show any conflict, and if it fails depends on the memory layout, so my testing didn't fail.
1 parent ec8fb4c commit 8b0fd01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

toke.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10546,7 +10546,6 @@ S_parse_ident(pTHX_ const char *s, const char * const s_end,
1054610546
bool is_utf8, U32 flags)
1054710547
{
1054810548
PERL_ARGS_ASSERT_PARSE_IDENT;
10549-
assert(*s <= PL_bufend);
1055010549

1055110550
/* This function parses the string pointed to by '*s' (whose upper bound
1055210551
* is 's_end') looking for an identifier. It stops at the first character

0 commit comments

Comments
 (0)