1
0
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:
Pierrick Charron
2011-11-18 06:27:27 +00:00
parent 3bfd03b6b6
commit ced34c975e
2 changed files with 1 additions and 2 deletions
@@ -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) {