mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
Remove unused variables in libmbfl
This commit is contained in:
@@ -82,7 +82,6 @@ int
|
||||
mbfl_bisec_srch(int w, const unsigned short *tbl, int n)
|
||||
{
|
||||
int k, k1 = 0, k2 = n-1;
|
||||
int match = 0;
|
||||
|
||||
while (k1 < k2) {
|
||||
k = (k1+k2) >> 1;
|
||||
|
||||
@@ -142,7 +142,7 @@ const struct mbfl_convert_vtbl vtbl_wchar_2022jp_kddi = {
|
||||
int
|
||||
mbfl_filt_conv_2022jp_mobile_wchar(int c, mbfl_convert_filter *filter)
|
||||
{
|
||||
int c1, c2, s, w, s1, s2, snd;
|
||||
int c1, s, w, snd;
|
||||
|
||||
retry:
|
||||
switch (filter->status & 0xf) {
|
||||
|
||||
Reference in New Issue
Block a user