From f55aeea8ed02930855870bec6236ca25ff41dd08 Mon Sep 17 00:00:00 2001 From: Benjamin Wenger <ben@elixxir.ioo> Date: Tue, 23 Feb 2021 14:28:36 -0800 Subject: [PATCH] removed unused variable --- network/follow.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/network/follow.go b/network/follow.go index 2300f06be..869dd5cdb 100644 --- a/network/follow.go +++ b/network/follow.go @@ -67,8 +67,6 @@ func (m *manager) followNetwork(quitCh <-chan struct{}) { } } -var followCnt = 0 - // executes each iteration of the follower func (m *manager) follow(rng csprng.Source, comms followNetworkComms) { -- GitLab