aboutsummaryrefslogtreecommitdiffstats
path: root/enc/unicode.c
diff options
context:
space:
mode:
Diffstat (limited to 'enc/unicode.c')
-rw-r--r--enc/unicode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/enc/unicode.c b/enc/unicode.c
index e3a314b6f3..3ffe2057cb 100644
--- a/enc/unicode.c
+++ b/enc/unicode.c
@@ -2091,7 +2091,6 @@ onigenc_unicode_property_name_to_ctype(OnigEncoding enc, UChar* name, UChar* end
UChar *p;
OnigCodePoint code;
- p = name;
len = 0;
for (p = name; p < end; p += enclen(enc, p, end)) {
code = ONIGENC_MBC_TO_CODE(enc, p, end);