summaryrefslogtreecommitdiffstats
path: root/src/mbyte.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbyte.c')
-rw-r--r--src/mbyte.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mbyte.c b/src/mbyte.c
index 3be75099f1..d6fb7ecc76 100644
--- a/src/mbyte.c
+++ b/src/mbyte.c
@@ -3801,15 +3801,6 @@ utf_strnicmp(
* two characters otherwise.
*/
int
-mb_strnicmp2(char_u *s1, char_u *s2, int n1, int n2)
-{
- if (n1 == n2 || !enc_utf8)
- return mb_strnicmp(s1, s2, n1);
- else
- return utf_strnicmp(s1, s2, n1, n2);
-}
-
- int
mb_strnicmp(char_u *s1, char_u *s2, size_t nn)
{
int i, l;