From 948552b2824b29e11d382d1c2af0ce4af03c1516 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 11 May 2016 21:08:55 +1000 Subject: [PATCH] Remove unused Client.pruneTimer --- client.go | 1 - 1 file changed, 1 deletion(-) 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 -- 2.48.1