From: Matt Joiner Date: Wed, 11 May 2016 11:08:55 +0000 (+1000) Subject: Remove unused Client.pruneTimer X-Git-Tag: v1.0.0~737 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=948552b2824b29e11d382d1c2af0ce4af03c1516;p=btrtrc.git Remove unused Client.pruneTimer --- diff --git a/client.go b/client.go index 65259f49..cf247966 100644 --- a/client.go +++ b/client.go @@ -65,7 +65,6 @@ type Client struct { dHT *dht.Server ipBlockList iplist.Ranger config Config - pruneTimer *time.Timer extensionBytes peerExtensionBytes // Set of addresses that have our client ID. This intentionally will // include ourselves if we end up trying to connect to our own address