summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-07-24 19:43:19 -0600
committerKarl Williamson <khw@cpan.org>2018-08-03 13:13:24 -0600
commiteb1f4bb4dd452c152bbada814043994f382907a2 (patch)
tree87561e092d65648183c87b32380cbf564bdc5ab1 /embed.fnc
parent6359381aa36b5e7af93c9daec758574e241f5627 (diff)
downloadperl-eb1f4bb4dd452c152bbada814043994f382907a2.tar.gz
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.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc8
1 files changed, 2 insertions, 6 deletions
diff --git a/embed.fnc b/embed.fnc
index d179bfe085..0ca6e1db79 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2895,14 +2895,10 @@ sRM |UV |check_locale_boundary_crossing \
|NN U8* const ustrp \
|NN STRLEN *lenp
iR |bool |is_utf8_common |NN const U8 *const p \
- |NULLOK SV **swash \
- |NN const char * const swashname \
|NULLOK SV* const invlist
iR |bool |is_utf8_common_with_len|NN const U8 *const p \
- |NN const U8 *const e \
- |NULLOK SV **swash \
- |NN const char * const swashname \
- |NULLOK SV* const invlist
+ |NN const U8 *const e \
+ |NULLOK SV* const invlist
sR |SV* |swatch_get |NN SV* swash|UV start|UV span
sRM |U8* |swash_scan_list_line|NN U8* l|NN U8* const lend|NN UV* min \
|NN UV* max|NN UV* val|const bool wants_value \