mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
code clean-up
This commit is contained in:
parent
cde501853a
commit
7499f9a55f
1 changed files with 0 additions and 2 deletions
|
@ -501,8 +501,6 @@ static uchar* thai2sortable(const uchar * tstr,uint len)
|
|||
*pRight2++ = t_ctype[*p][1];
|
||||
*pRight3++ = t_ctype[*p][2];
|
||||
/* *pRight4++ = t_ctype[*p][3]; */
|
||||
if (!(len--))
|
||||
break;
|
||||
p += 2;
|
||||
} else {
|
||||
*pRight1 = t_ctype[*p][0];
|
||||
|
|
Loading…
Reference in a new issue