Jelajahi Sumber

Remove unused types

Jakob Borg 11 tahun lalu
induk
melakukan
2d047fa428
1 mengubah file dengan 0 tambahan dan 8 penghapusan
  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