1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00

Remove unused function prototype

This commit is contained in:
Nikita Popov
2019-04-11 15:39:24 +02:00
parent c51eafe931
commit 44a1cd4fcd

View File

@@ -39,8 +39,6 @@
extern const unsigned char mblen_table_sjis[];
static int mbfl_filt_ident_sjis2004(int c, mbfl_identify_filter *filter);
extern int mbfl_filt_ident_sjis(int c, mbfl_identify_filter *filter);
extern int mbfl_bisec_srch(int w, const unsigned short *tbl, int n);
extern int mbfl_bisec_srch2(int w, const unsigned short tbl[], int n);