Skip to content

Commit 13306f4

Browse files
committed
++ cache row span
1 parent 691b713 commit 13306f4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

storage/cacheRowSpan.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ CacheRowSpan::CacheRowSpan(FlowRecord** begin, size_t count) noexcept
3535
{
3636
}
3737

38-
size_t CacheRowSpan::get_relative_index(FlowRecord** record) const noexcept
39-
{
40-
return record - m_begin;
41-
}
42-
4338
std::optional<size_t> CacheRowSpan::find_by_hash(uint64_t hash, std::optional<uint16_t> vlan_id) const noexcept
4439
{
4540
FlowRecord** it = nullptr;

0 commit comments

Comments
 (0)