mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
commit
3f191cc0e7
@ -19,7 +19,6 @@ Worker::Worker(Store & store, Store & evalStore)
|
||||
, store(store)
|
||||
, evalStore(evalStore)
|
||||
{
|
||||
/* Debugging: prevent recursive workers. */
|
||||
nrLocalBuilds = 0;
|
||||
nrSubstitutions = 0;
|
||||
lastWokenUp = steady_time_point::min();
|
||||
|
@ -59,7 +59,7 @@ struct HookInstance;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* The worker class.
|
||||
* Coordinates one or more realisations and their interdependencies.
|
||||
*/
|
||||
class Worker
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user