mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Remove unused tbl
This commit is contained in:
parent
d426e285eb
commit
96c45a6c93
1 changed files with 0 additions and 1 deletions
|
@ -1715,7 +1715,6 @@ TableValPtr TableVal::Intersection(const TableVal& tv) const
|
||||||
t0 = tmp;
|
t0 = tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
const PDict<TableEntryVal>* tbl = AsTable();
|
|
||||||
for ( const auto& tble : *t1 )
|
for ( const auto& tble : *t1 )
|
||||||
{
|
{
|
||||||
auto k = tble.GetHashKey();
|
auto k = tble.GetHashKey();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue