Skip to content

Commit

Permalink
Remove unused variable declaration.
Browse files Browse the repository at this point in the history
This issue was found by a linter.

R=battre@chromium.org
BUG=

Review URL: https://chromiumcodereview.appspot.com/22844003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217619 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
etienneb@chromium.org committed Aug 14, 2013
1 parent 54f5f93 commit a3f055f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/common/matcher/regex_set_matcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ bool RegexSetMatcher::Match(const std::string& text,
std::vector<RE2ID> re2_ids;
filtered_re2_->AllMatches(text, atoms, &re2_ids);

std::set<StringPattern::ID> matched_ids;
for (size_t i = 0; i < re2_ids.size(); ++i) {
StringPattern::ID id = re2_id_map_[re2_ids[i]];
matches->insert(id);
Expand Down

0 comments on commit a3f055f

Please sign in to comment.