mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
unused variables found via use-def analysis (plus an indentation micro-nit)
This commit is contained in:
parent
6e2cd3ae44
commit
fe46ef06a0
5 changed files with 6 additions and 7 deletions
|
@ -195,7 +195,7 @@ function entity_to_match(p: PluginState, e: Entity): vector of OpenFlow::ofp_mat
|
|||
return openflow_match_pred(p, e, v);
|
||||
}
|
||||
|
||||
local proto = OpenFlow::IP_TCP;
|
||||
# local proto = OpenFlow::IP_TCP;
|
||||
|
||||
if ( e$ty == FLOW )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue