From: kasperl@chromium.org Date: Thu, 30 Oct 2008 11:15:29 +0000 (+0000) Subject: Fix lint issue. X-Git-Tag: upstream/4.7.83~25072 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff1088d6985b6bbf211b03db0da98b8eee5f867e;p=platform%2Fupstream%2Fv8.git Fix lint issue. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@651 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/jsregexp.cc b/src/jsregexp.cc index 115ff2783..dab53ba4c 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;