cleanup
This commit is contained in:
parent
4a017e86eb
commit
3a7c1a9c8f
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue