From: Matt Joiner <anacrolix@gmail.com>
Date: Mon, 18 Apr 2016 11:29:37 +0000 (+1000)
Subject: cmd/torrent: Remove redundant _ "net/http/pprof" import
X-Git-Tag: v1.0.0~777
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9bebc043eaec05791d4847db2ea993cf456807ea;p=btrtrc.git

cmd/torrent: Remove redundant _ "net/http/pprof" import

It's done by envpprof instead
---

diff --git a/cmd/torrent/main.go b/cmd/torrent/main.go
index 72406c96..df67d162 100644
--- a/cmd/torrent/main.go
+++ b/cmd/torrent/main.go
@@ -6,7 +6,6 @@ import (
 	"log"
 	"net"
 	"net/http"
-	_ "net/http/pprof"
 	"os"
 	"strings"
 	"time"