1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

Remove id

This commit is contained in:
Mikhail Rakhmanov 2025-03-31 22:53:36 +02:00
parent e735d23f04
commit 198b874b14
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B

View file

@ -124,7 +124,6 @@ type diff struct {
compareThreshold int
ranges *hashRanges
mu sync.RWMutex
id int
}
// Compare implements skiplist interface