1
0
mirror of https://github.com/golang/go synced 2024-11-18 08:44:43 -07:00

x/tools/cmd/godoc: remove unused variable

Found with honnef.co/go/tools/cmd/unused.

Change-Id: I3db2aad14de33f0be69569cd355e453173098358
Reviewed-on: https://go-review.googlesource.com/37599
Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
David R. Jenni 2017-03-01 12:31:07 +01:00 committed by Alan Donovan
parent 81cc31eaa9
commit e06694fefd

View File

@ -53,10 +53,7 @@ import (
"golang.org/x/tools/godoc/vfs/zipfs"
)
const (
defaultAddr = ":6060" // default webserver address
toolsPath = "golang.org/x/tools/cmd/"
)
const defaultAddr = ":6060" // default webserver address
var (
// file system to serve