X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/1d1c12d9a3f5f51cb9639329ae0b854f2dab7b05..b67fd2c557cdf9bdc899813a5e4f2dee22e4f63e:/dquote.c diff --git a/dquote.c b/dquote.c index 42864d4..895f17d 100644 --- a/dquote.c +++ b/dquote.c @@ -158,10 +158,6 @@ Perl_grok_bslash_o(pTHX_ char **s, UV *uv, const char** error_msg, /* Return past the '}' */ *s = e + 1; - /* guarantee replacing "\o{...}" with utf8 bytes fits within - * existing space */ - assert(UVCHR_SKIP(*uv) < *s - start); - return TRUE; }