瀏覽代碼

Remove unused types

Jakob Borg 11 年之前
父節點
當前提交
2d047fa428
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      internal/files/set.go

+ 0 - 8
internal/files/set.go

@@ -30,14 +30,6 @@ import (
 	"github.com/syndtr/goleveldb/leveldb"
 )
 
-type fileRecord struct {
-	File   protocol.FileInfo
-	Usage  int
-	Global bool
-}
-
-type bitset uint64
-
 type Set struct {
 	localVersion map[protocol.DeviceID]uint64
 	mutex        sync.Mutex