1
0
mirror of https://github.com/charlienet/go-mixed.git synced 2025-07-17 16:12:42 +08:00
This commit is contained in:
2024-05-28 04:12:50 +08:00
parent fe5c0b54b6
commit 85c5a611e1

View File

@ -17,7 +17,6 @@ func newMemStore(size uint) *memStore {
return &memStore{
size: size,
set: bitset.New(size),
lock: locker.RWLocker{},
}
}