unused variables found via use-def analysis (plus an indentation micro-nit)

This commit is contained in:
Vern Paxson 2020-04-25 18:06:47 -07:00
parent 6e2cd3ae44
commit fe46ef06a0
5 changed files with 6 additions and 7 deletions

View file

@ -28,7 +28,6 @@ function connect_peer(node_type: NodeType, node_name: string)
function connect_peers_with_type(node_type: NodeType)
{
local rval: vector of NamedNode = vector();
local nn = nodes_with_type(node_type);
for ( i in nn )