This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Remove unused parameters
authorKarl Williamson <khw@cpan.org>
Wed, 25 Jul 2018 01:43:19 +0000 (19:43 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 3 Aug 2018 19:13:24 +0000 (13:13 -0600)
commiteb1f4bb4dd452c152bbada814043994f382907a2
tree87561e092d65648183c87b32380cbf564bdc5ab1
parent6359381aa36b5e7af93c9daec758574e241f5627
utf8.c: Remove unused parameters

These functions used to have swashes, but now all have inversion lists
instead, so we can get rid of the code that handled their swashes.
embed.fnc
embed.h
proto.h
utf8.c