Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.95k stars 554 forks source link

doop.c: Remove dead code #22666

Closed khwilliamson closed 13 hours ago

khwilliamson commented 1 week ago

As the comments say, as of 5.32 we disallowed doing bitwise vector operations on strings that contain code points that can't be converted to bytes (i.e. above 0xFF). Yet the code to do just that was left in, but was intercepted by a croak before it got that far.

This removes that, and its calculations.