mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
removing unused assignments from base scripts
This commit is contained in:
parent
94b85e3527
commit
4f2b138e72
3 changed files with 0 additions and 4 deletions
|
@ -361,7 +361,6 @@ event OpenFlow::flow_mod_success(name: string, match: OpenFlow::ofp_match, flow_
|
|||
|
||||
local r = of_messages[id,flow_mod$command]$r;
|
||||
local p = of_messages[id,flow_mod$command]$p;
|
||||
local c = of_messages[id,flow_mod$command]$c;
|
||||
|
||||
if ( r$entity$ty == ADDRESS || r$entity$ty == MAC )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue