This commit is contained in:
James Cherry 2020-03-07 11:59:12 -08:00
parent 4a017e86eb
commit 3a7c1a9c8f
1 changed files with 1 additions and 2 deletions

View File

@ -2832,8 +2832,7 @@ Search::reportArrivalCountHistogram() const
Tag * Tag *
Search::tag(TagIndex index) const Search::tag(TagIndex index) const
{ {
Tag *tag = tags_[index]; return tags_[index];
return tag;
} }
TagIndex TagIndex