summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-03-31 12:14:45 -0600
committerKarl Williamson <khw@cpan.org>2018-03-31 15:36:46 -0600
commit745641473ed4b5014c02d6f5abc9cf362fe99a6c (patch)
tree1a932f8e21a2f2c5767a5af2f396c724ac82ff17 /proto.h
parentb74fe592196bcf9f41b2e13d774c2c6513a650df (diff)
downloadperl-745641473ed4b5014c02d6f5abc9cf362fe99a6c.tar.gz
utf8.c: Rmv no longer used function
The previous commit completely stopped using this core-only function. Remove it.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/proto.h b/proto.h
index ebead79cc2..93e5c967d3 100644
--- a/proto.h
+++ b/proto.h
@@ -5474,9 +5474,6 @@ PERL_CALLCONV SSize_t Perl__invlist_search(SV* const invlist, const UV cp)
#define PERL_ARGS_ASSERT__INVLIST_SEARCH \
assert(invlist)
-PERL_CALLCONV HV* Perl__swash_inversion_hash(pTHX)
- __attribute__warn_unused_result__;
-
#ifndef PERL_NO_INLINE_FUNCTIONS
PERL_STATIC_INLINE bool* S_get_invlist_offset_addr(SV* invlist)
__attribute__warn_unused_result__;