From 1f008fb4f0b7cf5be82b9c4c0ba05cd1099ad2f9 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sun, 2 Aug 2015 21:00:49 +1000 Subject: [PATCH] Trivial missed changes --- client.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/client.go b/client.go index 610b9fe4..465f1062 100644 --- a/client.go +++ b/client.go @@ -20,7 +20,6 @@ import ( "sort" "strconv" "strings" - "syscall" "time" "github.com/anacrolix/missinggo/perf" @@ -100,8 +99,6 @@ const ( btHandshakeTimeout = 4 * time.Second handshakesTimeout = 20 * time.Second - pruneInterval = 10 * time.Second - // These are our extended message IDs. metadataExtendedId = iota + 1 // 0 is reserved for deleting keys pexExtendedId