]> Sergey Matveev's repositories - btrtrc.git/commitdiff
cmd/torrent: Remove redundant _ "net/http/pprof" import
authorMatt Joiner <anacrolix@gmail.com>
Mon, 18 Apr 2016 11:29:37 +0000 (21:29 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Mon, 18 Apr 2016 11:29:37 +0000 (21:29 +1000)
It's done by envpprof instead

cmd/torrent/main.go

index 72406c960f9c66736899ab24646631fd2f1d5880..df67d16275488d74f442a01f3ede864564bd25be 100644 (file)
@@ -6,7 +6,6 @@ import (
        "log"
        "net"
        "net/http"
-       _ "net/http/pprof"
        "os"
        "strings"
        "time"