mirror of
https://github.com/NixOS/nix.git
synced 2025-12-05 16:41:01 +01:00
"unsigned" -> size_t
Slight cleanup.
This commit is contained in:
parent
a33cb8af56
commit
b7acd1c414
2 changed files with 6 additions and 6 deletions
|
|
@ -184,13 +184,13 @@ void Worker::wakeUp(GoalPtr goal)
|
|||
}
|
||||
|
||||
|
||||
unsigned Worker::getNrLocalBuilds()
|
||||
size_t Worker::getNrLocalBuilds()
|
||||
{
|
||||
return nrLocalBuilds;
|
||||
}
|
||||
|
||||
|
||||
unsigned Worker::getNrSubstitutions()
|
||||
size_t Worker::getNrSubstitutions()
|
||||
{
|
||||
return nrSubstitutions;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue