lib/connections: Silence vet and lint warnings

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/2971
This commit is contained in:
Jakob Borg
2016-04-13 11:50:51 +00:00
parent 19b4f3bfb4
commit 52c7804f32
4 changed files with 13 additions and 8 deletions

View File

@@ -15,7 +15,6 @@ import (
"github.com/syndtr/goleveldb/leveldb"
)
// An IntHeap is a min-heap of ints.
type SizedElement struct {
key string
size int