cleanup
This commit is contained in:
parent
4a017e86eb
commit
3a7c1a9c8f
|
|
@ -2832,8 +2832,7 @@ Search::reportArrivalCountHistogram() const
|
|||
Tag *
|
||||
Search::tag(TagIndex index) const
|
||||
{
|
||||
Tag *tag = tags_[index];
|
||||
return tag;
|
||||
return tags_[index];
|
||||
}
|
||||
|
||||
TagIndex
|
||||
|
|
|
|||
Loading…
Reference in New Issue