]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Remove unused Client.pruneTimer
authorMatt Joiner <anacrolix@gmail.com>
Wed, 11 May 2016 11:08:55 +0000 (21:08 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 11 May 2016 11:08:55 +0000 (21:08 +1000)
client.go

index 65259f493b95719b1c02850f31c626742c26ba45..cf2479661278e2bd405f7e31e6afca810902cc75 100644 (file)
--- 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