mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Remove logically dead code.
This commit is contained in:
parent
4072afb363
commit
64f3bef96d
4 changed files with 3 additions and 4 deletions
|
@ -2162,7 +2162,7 @@ void TableVal::DoExpire(double t)
|
|||
|
||||
else if ( v->ExpireAccessTime() + expire_time < t )
|
||||
{
|
||||
Val* val = v ? v->Value() : 0;
|
||||
Val* val = v->Value();
|
||||
|
||||
if ( expire_expr )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue