diff --git a/src/jsregexp.cc b/src/jsregexp.cc index 115ff2783d..dab53ba4c1 100644 --- a/src/jsregexp.cc +++ b/src/jsregexp.cc @@ -356,7 +356,6 @@ void CompileWithRetryAfterGC(Handle pattern, Handle RegExpImpl::JsreCompile(Handle re, Handle pattern, JSRegExp::Flags flags) { - Handle two_byte_pattern = StringToTwoByte(pattern); unsigned number_of_captures;