mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 14:50:56 +00:00
Remove unused types
This commit is contained in:
parent
735d420d40
commit
2d047fa428
@ -30,14 +30,6 @@ import (
|
|||||||
"github.com/syndtr/goleveldb/leveldb"
|
"github.com/syndtr/goleveldb/leveldb"
|
||||||
)
|
)
|
||||||
|
|
||||||
type fileRecord struct {
|
|
||||||
File protocol.FileInfo
|
|
||||||
Usage int
|
|
||||||
Global bool
|
|
||||||
}
|
|
||||||
|
|
||||||
type bitset uint64
|
|
||||||
|
|
||||||
type Set struct {
|
type Set struct {
|
||||||
localVersion map[protocol.DeviceID]uint64
|
localVersion map[protocol.DeviceID]uint64
|
||||||
mutex sync.Mutex
|
mutex sync.Mutex
|
||||||
|
Loading…
Reference in New Issue
Block a user