mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
commit
3f191cc0e7
2 changed files with 1 additions and 2 deletions
|
@ -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 a new issue