Commit b57ec43d authored by unknown's avatar unknown

code clean-up


strings/ctype-tis620.c:
  making final code clean-up
parent dd8d719b
...@@ -501,8 +501,6 @@ static uchar* thai2sortable(const uchar * tstr,uint len) ...@@ -501,8 +501,6 @@ static uchar* thai2sortable(const uchar * tstr,uint len)
*pRight2++ = t_ctype[*p][1]; *pRight2++ = t_ctype[*p][1];
*pRight3++ = t_ctype[*p][2]; *pRight3++ = t_ctype[*p][2];
/* *pRight4++ = t_ctype[*p][3]; */ /* *pRight4++ = t_ctype[*p][3]; */
if (!(len--))
break;
p += 2; p += 2;
} else { } else {
*pRight1 = t_ctype[*p][0]; *pRight1 = t_ctype[*p][0];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment