Fix lint issue.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@651 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
kasperl@chromium.org 2008-10-30 11:15:29 +00:00
parent 8a8a24870b
commit ff1088d698

View File

@ -356,7 +356,6 @@ void CompileWithRetryAfterGC(Handle<String> pattern,
Handle<Object> RegExpImpl::JsreCompile(Handle<JSRegExp> re,
Handle<String> pattern,
JSRegExp::Flags flags) {
Handle<String> two_byte_pattern = StringToTwoByte(pattern);
unsigned number_of_captures;