]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Trivial missed changes
authorMatt Joiner <anacrolix@gmail.com>
Sun, 2 Aug 2015 11:00:49 +0000 (21:00 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 2 Aug 2015 11:00:49 +0000 (21:00 +1000)
client.go

index 610b9fe4061d4daedd640f2fc410e544d910bd5a..465f10629d82698a3a9e7d2679266537ddd20c2e 100644 (file)
--- 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