summaryrefslogtreecommitdiff
path: root/regparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'regparse.c')
-rw-r--r--regparse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/regparse.c b/regparse.c
index 5258972399..094332f90e 100644
--- a/regparse.c
+++ b/regparse.c
@@ -4160,7 +4160,6 @@ add_ctype_to_cc(CClassNode* cc, int ctype, int not, int ascii_range, ScanEnv* en
const OnigCodePoint *ranges;
OnigCodePoint sb_out;
OnigEncoding enc = env->enc;
- OnigOptionType option = env->option;
r = ONIGENC_GET_CTYPE_CODE_RANGE(enc, ctype, &sb_out, &ranges);
if (r == 0) {