summaryrefslogtreecommitdiffstats
path: root/src/regexp_bt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp_bt.c')
-rw-r--r--src/regexp_bt.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/regexp_bt.c b/src/regexp_bt.c
index 2a03fec579..5d9450d871 100644
--- a/src/regexp_bt.c
+++ b/src/regexp_bt.c
@@ -3816,14 +3816,6 @@ regmatch(
}
}
}
- else if (enc_utf8)
- {
- if (cstrncmp(opnd, rex.input, &len) != 0)
- {
- status = RA_NOMATCH;
- break;
- }
- }
else
for (i = 0; i < len; ++i)
if (opnd[i] != rex.input[i])