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