forked from lix-project/lix
libstore: Remove lockCPU dead code
Left over from 9747ea84b
, https://github.com/NixOS/nix/pull/5821
This commit is contained in:
parent
1c0b680ef9
commit
ddebeb934a
|
@ -478,11 +478,6 @@ public:
|
|||
)",
|
||||
{"env-keep-derivations"}};
|
||||
|
||||
/**
|
||||
* Whether to lock the Nix client and worker to the same CPU.
|
||||
*/
|
||||
bool lockCPU;
|
||||
|
||||
Setting<SandboxMode> sandboxMode{
|
||||
this,
|
||||
#if __linux__
|
||||
|
|
Loading…
Reference in a new issue