From: K.Kosako Date: Fri, 15 Feb 2019 05:13:31 +0000 (+0900) Subject: remove unused variable X-Git-Tag: v6.9.2_rc1~65^2~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47ba2bbc243c1e6f1e1f9227849d612821231e22;p=onig remove unused variable --- diff --git a/src/regexec.c b/src/regexec.c index f9dac40..67b2748 100644 --- a/src/regexec.c +++ b/src/regexec.c @@ -306,7 +306,6 @@ onig_print_compiled_byte_code(FILE* f, Operation* p, Operation* start, OnigEncod LengthType len; MemNumType mem; OnigCodePoint code; - OnigOptionType option; ModeType mode; UChar *q;