build: Enable gometalinter "unused" check

This commit is contained in:
Jakob Borg
2016-12-17 15:24:13 +01:00
committed by Jakob Borg
parent aa3ef49dd7
commit ead7281c20
4 changed files with 2 additions and 17 deletions

View File

@@ -21,8 +21,6 @@ const (
// MaxMessageLen is the largest message size allowed on the wire. (500 MB)
MaxMessageLen = 500 * 1000 * 1000
hdrSize = 6
)
const (