Commit e957b2d5 authored by erikcorry's avatar erikcorry

Fix lint.

Review URL: http://codereview.chromium.org/10542100

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11758 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 5e609313
......@@ -2762,7 +2762,7 @@ RegExpNode* ChoiceNode::FilterASCII(int depth) {
return this;
}
}
int surviving = 0;
RegExpNode* survivor = NULL;
for (int i = 0; i < choice_count; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment