mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 06:52:43 +01:00
Merge pull request #11192 from DeterminateSystems/store-sharedsync
Store: Use SharedSync
This commit is contained in:
commit
95845d92f7
3 changed files with 3 additions and 3 deletions
|
|
@ -89,7 +89,7 @@ public:
|
|||
return i->second.second;
|
||||
}
|
||||
|
||||
size_t size()
|
||||
size_t size() const
|
||||
{
|
||||
return data.size();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue