We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57058cb commit 1d8eafbCopy full SHA for 1d8eafb
strings/ctype-ucs2.c
@@ -53,17 +53,6 @@ static unsigned long lfactor[9]=
53
54
55
#ifdef HAVE_CHARSET_mb2_or_mb4
56
-static inline int
57
-my_bincmp(const uchar *s, const uchar *se,
58
- const uchar *t, const uchar *te)
59
-{
60
- int slen= (int) (se - s), tlen= (int) (te - t);
61
- int len= MY_MIN(slen, tlen);
62
- int cmp= memcmp(s, t, len);
63
- return cmp ? cmp : slen - tlen;
64
-}
65
-
66
67
static size_t
68
my_caseup_str_mb2_or_mb4(CHARSET_INFO * cs __attribute__((unused)),
69
char * s __attribute__((unused)))
0 commit comments